/*
 * martialgraphics.com
 *
 * 1. global
 * 2. header/footer
 * 3. layout/page/subnavigation/content
 * 4. category products
 * 5. product
 * 6. basket/confirmation/thanks
 * 7. print
 */


/*
 * 1. global
 */
html,body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	color:#fff;
	background:#000;
	font-size:13px;
	font-family:arial,sans-serif;
}
h1 {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#777;
	margin:0;
	margin-bottom:20px;
}
h2 {
	font-size:15px;
	margin-top:0;
	text-transform:uppercase;
}
a, button {
	outline:none;
	cursor:pointer;
}
a img {
	border:none;
}
address {
	font-style:normal;
}
legend {
	color:#861316;
	font-weight:bold;
}
fieldset {
	border:1px solid #cecece;
	border:0;
	padding:0;
}
select,
input.text {
	border:1px solid gray;
}
th {
	padding:2px 0;
	text-align:left;
	vertical-align:top;
}
thead th {
	padding:2px;
}
th.unit,
td.unit {
	text-align:right;
}
.clear {
	clear:both;
	visibility:hidden;
}
img.picture,
.picture img {
	padding:1px;
	border:1px solid #cecece;
}
img.card {
	float:left;
	margin-right:0.5em;
}
.picture p {
	font-size:11px;
	margin:0;
}
.magnify {
	font-size:16px;
}
.note {
	font-weight:normal;
	font-size:11px;
	color:gray;
	margin:0;
}
input.form_error {
	border:1px solid #ff0000;
}
div.error_message {
	font-size:11px;
	background:#ffffe1 url(img/help-browser.gif) no-repeat 0 3px;
	padding:6px;
	padding-left:30px;

}
.access {
	display:none;
}
.flash {
	margin-bottom:1em;
	padding:12px;
	padding-left:40px;
}
.flash.information {
	background:#ffffdd url(img/dialog-information.gif) no-repeat 5px 10px;
}
.flash.error {
	background:#ffffdd url(img/dialog-error.gif) no-repeat 5px 10px;
}
.flash.warning {
	background:#ffffdd url(img/dialog-warning.gif) no-repeat 10px 10px;
}


/*
 * 2. header/footer
 */
#header {
	height:110px;
	border-top:6px solid #861316;
}
#header h2 {
	display:none;
}
#navigation {
	background:#861316 url(/css/img/navigation.jpg) repeat-x top left;
	text-align:center;
	height:20px;
}
#navigation .wrapper {
	width:695px;
	margin:0 auto;
}
#navigation ul {
	margin:0;
	padding:0;
	display:inline;
	list-style-type:none;
	margin-top:2px;
}
#navigation li {
	margin:0;
	padding:0;
	display:inline;
}
#navigation .main {
	float:right;
	font-size:11px;
}
#navigation .categories {
	float:left;
	font-size:12px;
	text-transform:uppercase;
}
#navigation .categories li {
	float:left;
	padding:0 7px;
	background:transparent url(/css/img/navigation.gif) no-repeat center right;
}
#navigation li.home {
	margin-right:3px;
}
#navigation .categories li.business-cards {
	padding-left:0;
}
#navigation .categories li.dvd {
	background-image:none;
}
#navigation a,
#footer a {
	color:#fff;
	text-decoration:none;
}
#navigation a:hover,
#footer a:hover {
	color:#F9E97D;
}
#footer {
	clear:both;
	color:#fff;
	background:#000;
	font-size:11px;
	text-align:center;
	border-top:6px solid #861316;
}
#copyright  {
	margin:10px 0;
	padding-bottom:40px;
	background:transparent url(/css/img/copyright.gif) no-repeat center bottom;
}


/*
 * 3. layout/page/subnavigation/content
 */
#layout {
	color:#000;
	background:#fff;
	padding:0;
	padding-bottom:60px;
}
#layout a {
	color:#861316;
	text-decoration:none;
}
#layout a:hover {
	text-decoration:underline;
}
#layout .wrapper {
	width:695px;
	margin:0 auto;
	border:0;
}
#content {
	width:550px;
}
#subnavigation_about
{
	margin:0;
	padding:0;
	width:125px;
	float:left;
}
#subnavigation {
	margin:0;
	padding:0;
	width:125px;
	float:right;
}
#subnavigation .top, #subnavigation .middle, #subnavigation .bottom,#subnavigation_about .top, #subnavigation_about .middle, #subnavigation_about .bottom  {
	margin:0;
	padding:0;
	background-repeat:no-repeat;
}
#subnavigation .top, #subnavigation_about .top {
	height:20px;
	background-image:url(/css/img/subnavigation_top.gif);
}
#subnavigation .middle, #subnavigation_about .middle {
	clear:both;
	height:35px;
	background-image:url(/css/img/subnavigation_middle.gif);
}
#subnavigation .bottom, #subnavigation_about .bottom {
	clear:both;
	height:20px;
	background-image:url(/css/img/subnavigation_bottom.gif);
}
#subnavigation_list {
	border-left:1px dotted #cecece;
	margin:0;
	padding:0;
	width:125px;
	float:right;
	list-style-type:none;
}
#subnavigation_list li {
	margin-left:6px;
	margin-bottom:6px;
	border:1px solid #fff;
}
#subnavigation_list li.basket {
	margin-top:20px;
	margin-bottom:20px;
	padding:6px 0;
	border-top:1px dotted #cecece;
	border-bottom:1px dotted #cecece;
}
#subnavigation_list li.basket.full {
	background-color:#ffffe1;
}
#subnavigation_list li a {
	display:block;
	padding:5px 0;
	padding-left:30px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	background-repeat:no-repeat;
	background-position:center left;
	color:#676666;
}
#subnavigation_list li a:hover {
	color:#861316;
}
#subnavigation_list li.about a {
	background-image:url(/css/img/about-off.gif);
}
#subnavigation_list li.about a:hover {
	background-image:url(/css/img/about-on.gif);
}
#subnavigation_list li.basket a {
	background-image:url(/css/img/basket-off.gif);
}
#subnavigation_list li.basket a:hover {
	background-image:url(/css/img/basket-on.gif);
}
#subnavigation_list li.enews a {
	background-image:url(/css/img/enews-off.gif);
}
#subnavigation_list li.enews a:hover {
	background-image:url(/css/img/enews-on.gif);
}
#subnavigation_list li.survey a {
	background-image:url(/css/img/survey-off.gif);
}
#subnavigation_list li.survey a:hover {
	background-image:url(/css/img/survey-on.gif);
}
#subnavigation_list li.wallpapers a {
	background-image:url(/css/img/wallpapers-off.gif);
}
#subnavigation_list li.wallpapers a:hover {
	background-image:url(/css/img/wallpapers-on.gif);
}
#subnavigation_list #currency {
	margin:0;
	color:gray;
	font-size:11px;
	text-align:right;
}
#subnavigation_list #currency a {
	padding:0;
	margin-right:3px;
	display:inline;
	background:none;
}
#subnavigation_list #currency img {
	padding:1px;
	vertical-align:middle;
	border:1px solid #cecece;
}

#subnavigation_list li.allproduct a {
	font-size:10px;
	text-transform:none;
	background-image:url(/css/img/allproduct.gif);
}
#subnavigation_about #allproduct {
	margin:0 0 5px 0;
	color:gray;
	font-size:10px;
}

img.newitem,
a.newitem {
	float:left;
	margin-right:10px;
	border:1px solid #cecece;
}
a.newitem:hover {
	border:1px solid #861316;
}


/*
* Home
*/
#novelties-top {
	background:url(img/pagination_top.gif) no-repeat top left;
	height:30px;
}
#novelties-bottom {
	clear:both;
	background:url(img/pagination_bottom.gif) no-repeat bottom left;
	height:35px;
}

/*
 * 4. category products
 */
#description img {
	vertical-align:middle;
}
.short {
	float:left;
	width:250px;
	height:100px;
	margin:0 20px 6px 0;
	border-bottom:1px dotted #cecece;
}
.short img {
	border:0;
	float:left;
	padding:1px;
}
.short .quote {
	margin:0;
}
/* adds the button bottom right */
.short form.add_basket {
	position:absolute;
	display:block;
	font-size:11px;
	text-align:right;
	float:right;
	width:25px;
	height:16px;
	bottom:6px;
	right:0px;
	width:80px;
	font-weight:bold;
	margin:6px 0 0 6px;
	color:gray !important;
	text-decoration:none;
}
.short form.add_basket button {
	border:0;
	padding:0;
	width:70px;
	color:gray;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	background:transparent url(img/basket-add-off.gif) no-repeat center left;
}
.short form.add_basket button:hover {
	border-bottom:1px solid gray;
}
img.thumbnail,
a.thumbnail {
	float:left;
	margin-right:6px;
	border:1px solid #cecece;
}
a.thumbnail:hover {
	border:1px solid #861316;
}
.short .title {
	display:block;
	text-transform:uppercase;
}

#content .title a {
	color:#676666;
}
#content .title a:hover {
	text-decoration:none;
	color:#861316;
}

#pagination-top, #pagination-bottom {
	font-size:11px;
	padding:15px 10px 0 10px;
	margin-bottom:10px;
}
#pagination-top {
	background:url(img/pagination_top.gif) no-repeat top left;
	height:30px;
}
#pagination-bottom {
	clear:both;
	background:url(img/pagination_bottom.gif) no-repeat bottom left;
	height:35px;
}
#pagination-top .page, #pagination-bottom .page {
	float:left;
	width:260px;
}
#pagination-top .resultperpage, #pagination-bottom .resultperpage {
	float:left;
	text-align:right;
	width:260px;
}

#categories-element {
	;
}
#categories-element .title {
	padding-top:10px;
	padding-bottom:10px;
	font-size:18px;
	font-weight:bold;
	color:#861316;
}
#categories-element .sub-title {
	padding-top:10px;
	font-size:12px;
	font-weight:bold;
	color:#861316;
}
#categories-element img {
	border:0;
	float:left;
	padding:0 10px 1px 1px;
}
#categories-element a {
	font-size:10px;
	text-decoration:underline;
}

#categories-note {
	padding-top:10px;
	font-size:10px;
}

/*
 * 5. product
 */
body.products .picture {
	float:left;
	border-right:20px solid #fff;
}
/*
body.products .picture img {
	margin-right:20px;
}
*/
body.products a.prev img,
body.products a.next img {
	border:0;
}
#items .item {
	padding:6px 0;
	height:22px;
	border-top:1px dotted #cecece;
}
#items .item .title {
	float:left;
}
#items .item .price {
	float:left;
	font-weight:bold;
	margin-right:20px;
}
#items .item .submit {
	/* border:0; */
	float:right;
}
body.products .browse {
	width:550px;
	clear:left;
	text-align:right;
	padding-top:6px;
	border-top:1px dotted #cecece;
}
body.products .browse a {
	font-weight:bold;
	text-transform:lowercase;
	font-size:11px;
	padding:2px 0;
}

body.products .browse a.back,
body.products .browse a.previous {
	padding-left:20px;
	background:transparent url(/css/img/previous-off.jpg) no-repeat center left;
}
body.products .browse a.next {
	padding-right:20px;
	background:transparent url(/css/img/next-off.jpg) no-repeat center right;
}
body.products .browse a.back:hover,
body.products .browse a.previous:hover {
	background:transparent url(/css/img/previous-on.jpg) no-repeat center left;
}
body.products .browse a.next:hover {
	background:transparent url(/css/img/next-on.jpg) no-repeat center right;
}

/*
* Product specification
*/
#specification { clear:left;font-size:9px;color:gray; }
#specification a { color:#000; font-weight:bold;text-decoration:underline; }
#specification .title {color:#861316;}
/*
 * 6. basket/confirmation/thanks
 */
body.orders .summary {
	width:100%;
	margin-top:6px;
	border-collapse:collapse;
}
body.orders .summary input.text {
	width:30px;
	text-align:right;
}
body.orders .summary td,
body.orders .summary th {
	border-top:1px dotted #cecece;
}
body.orders .summary td {
	padding:6px 0;
}
body.orders .summary thead th {
	background:#f0f0f0;
}
body.orders .summary .total .unit {
	font-weight:bold;
}
body.orders .summary a.basket_remove {
	width:10px;
	height:10px;
	display:block;
	overflow:hidden;
	text-indent:1000px;
	float:right;
	background:transparent url(img/remove-off.gif) no-repeat top left;
}
body.orders .summary a.basket_remove:hover {
	background-image: url(img/remove-on.gif);
}
.actions {
	padding:6px 0;
	text-align:right;
	margin-bottom:20px;
	border-top:1px dotted #cecece;
}
.addresses {
	float:left;
	margin:20px 0;
	margin-right:20px;
}
.addresses address {
	margin-top:0;
	margin-bottom:6px;
}
.credit {
	width:250px;
	margin-top:20px;
	float:right;
}
.credit img.card {
	float:right;
}
.credit table {
	width:100%;
	margin-bottom:20px;
	border-collapse:collapse;
}
.credit table input {
	width:98%;
}
.credit .comments {
	width:98%;
	margin-bottom:20px;
}
.cvv {
	color:#000;
	padding:20px;
	background:#fff;
}
#client .form th {
	width:75px;
}
#client {
	width:43%;
	float:left;
	margin-right:20px;
}
#billing, #shipping {
	width:285px;
	float:right;
}
#billingForm, #shippingForm {
	width:100%;
}
#billing input.text,
#shipping input.text {
	width:99%;
}
#shipping {
	margin-top:6px;
}
#BillingCountryId,
#ShippingCountryId {
	width:100%;
}

/**
 * 7. enews
*/
.enews-container {
	width:435px;
}
.enews-date {
	text-align:right;
	border-bottom:1px dotted #cecece;
}
.shortenews {
	margin:0 0 6px 0;
	border-bottom:1px dotted #cecece;
}
.shortenews img {
	border:0;
	float:left;
	padding:1px;
}
.shortenews .title {
	display:block;
	text-transform:uppercase;
}
.shortenews .quote {
	margin:0 0 10px 0;
}
.enews-logo {
	margin-left:100px;
}
#enews-novelties-top {
	background:url(/img/enews/top.gif) no-repeat top left;
	height:30px;
}
#enews-novelties-bottom {
	clear:both;
	background:url(/img/enews/bottom.gif) no-repeat bottom left;
	height:35px;
}

/**
 * 8. print
 */
@media print {
	#header {
		height:auto;
		padding-top:6px;
		border-top:3px solid #861316;
	}
	#header h2 {
		display:block;
	}
	#footer {
		text-align:left;
		border-top:3px solid #861316;
	}
	#navigation,
	#subnavigation {
		display:none;
	}
	#layout .wrapper,
	#content {
		width:auto;
	}
}


/**
 * 9. Orders
 */
table.orders {
	width:100%;
	border-collapse:collapse;
}
table.orders thead th {
	background:#f0f0f0;
}
table.orders th,
table.orders td {
	padding:3px;
	border-bottom:1px dotted #cecece;
}
table.orders tr.pending {
	background:#ffffe1;
}
table.orders tr.canceled td, table.orders tr.canceled a {
	color:#cecece !important;
}

/**
* 10. Certificates
*/
h1.certificates { 
	color:#000; 
	font-size:16px;
	margin-top:10px;
}