
/* Global Styles
----------------------------------------------------------------------------------------------------*/

html {
}


body {
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size:15px;
	color:#444;
	line-height:1.4;
	height:100%;
	margin:0;
	width:100%;
	height:100%;
	background: #639CC5; /* Old browsers */
	background: -moz-linear-gradient(top, #1a6191 0%, #639CC5 282px, #639CC5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a6191), color-stop(282px,#639CC5), color-stop(100%,#639CC5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1a6191 0%,#639CC5 282px,#639CC5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1a6191 0%,#639CC5 282px,#639CC5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1a6191 0%,#639CC5 282px,#639CC5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1a6191 0%,#639CC5 282px,#639CC5 100%); /* W3C */
	background-repeat:no-repeat;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

.page-wrap {
	position:relative;
	z-index:2;
}

a,
a:visited {
	color:#1a6191;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	outline:none;
}

img {
	border:0px;
	margin:0px;
}

input,
form,
textarea {
	margin:0;
	padding:0;
}

form {
	display: inline;
}

select,
input {
	font-size: 12px;
}

h1 {
	font-size:32px;
	line-height:1.2;
	font-weight:bold;
	margin:10px 0 10px 0;
	color:#333;
}

h2 {
	font-size:24px;
	font-weight:normal;
	margin:5px 0 5px 0;
	color:#333;
}

h1 + h2 {
	margin:-10px 0 20px 0;
}

h3 {
	font-size:21px;
	font-weight:bold;
	margin:5px 0 5px 0;
	color:#333;
}

h4 {
	font-size:16px;
	font-weight:bold;
	margin:5px 0 5px 0;
	color:#777;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.small,
.small a,
.small a:active,
.small a:visited {
	font-size:11px !important;
}

.small a:hover {
	font-size:11px !important;
}

.medium,
.medium a,
.medium a:active,
.medium a:visited {
	font-size:14px;
}

.medium a:hover {
	font-size:14px;
}

.large,
.large a,
.large a:active,
.large a:visited {
	font-size:18px;
}

.large a:hover {
	font-size:18px;
}

.solid_line {
	border-top:1px solid #CCC;
	width:100%;
	clear:both;
	margin:10px 0 10px 0;
	line-height:1px;
}

.dotted_line {
	border-top:1px dotted #CCC;
	width:100%;
	clear:both;
	margin:10px 0 10px 0;
	line-height:1px;
}

.dashed_line {
	border-top:1px dashed #CCC;
	width:100%;
	clear:both;
	margin:10px 0 10px 0;
	line-height:1px;
}

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #ffffff;
}


.sectionheader {
	border-bottom:1px dotted #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
}

/* Boxes
----------------------------------------------------------------------------------------------------*/
.box {
	margin-bottom:10px;
}

.box .header {
	padding:8px 0px 6px;
	color:#333;
	border-bottom:3px double #ccc;
	font-size:16px;
}

.box .body {
	padding:5px;
	margin-bottom:0px;
}

.box .body .sub_header {
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	color:#777;
	font-weight:bold;
	padding:6px 12px 6px 0px;
}


.box .footer {
}

.box_default {
	border:1px solid #CCC;
	margin-top:5px;
	margin-bottom: 5px;
}

.box_default .header {
	padding:6px;
	background:#F7F7F7;
	font-weight:bold;
	font-size:14px;
}

.box_default .content {
	text-align: left;
	background:#FFF;
	padding:8px;
}

.box_progress {
	margin-bottom:5px;
}

.box_progress .header {
	border: 1px solid #CCCCCC;
	background:#F3F3F3;
	padding:6px;
}

.box_progress .body {
	padding:6px;
}

/*Box Lists*/

.box ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.box li {
	color:#999;
	font-size:11px;
}

.box li img {
	float:left;
	margin-right:3px;
}

.box .product li .title {
	float:left;
	width:85px;
	height:30px;
	overflow:hidden;
	margin-bottom:3px;
}

.box .product .content li {
	border-bottom: 1px solid #E4E4E4;
	height:55px;
	margin-bottom:5px;
}

.box .body .articles li {
	height:50px;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom:5px;
}

.box .body .articles li img {
	margin-right:5px;
}

.box .body .blog li .title {
	width:100%;
	height:15px;
	overflow:hidden;
}

.box .body .blog li {
	margin-bottom:5px;
	padding-bottom:3px;
	border-bottom:1px #CCC dotted;
}

.box .body .payment ul {
	padding-left:15px;
}

.box .body .payment li {
	padding: 0 0 5px 0;
	float:left;
}

.box li.headertext {
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding:8px 0 8px 0;
	text-shadow:0 1px 0 #FFF;
}

.box ul li ul {
	margin-top:5px;
	margin-left:-10px;
}

.box ul li ul li ul {
	margin-left:5px;
	margin-bottom:5px;
}

.box ul li.lv5 a {
	font-weight:normal;
	color:#ffe9ea;
	padding-left:5px;
}

.box li.lv1 {
	padding:4px 8px 4px 12px;
	background: url(/assets/template/images/arrow.gif) no-repeat;
	margin-left:10px;
}

.box li.lv1 a,
.box li.lv1 a:active,
.box li.lv1 a:visited {

}

.box li.lv1_selected {
	padding:4px 8px 4px 14px;
	font-weight:bold;
	background: url(/assets/template/images/arrow_dn.gif) no-repeat;
	margin-left:10px;
}

.box li.lv2 {
	padding:4px 8px 4px 18px;
	background: url(/assets/template/images/bullet.gif) no-repeat;
	font-weight:normal;
	overflow:hidden;
}

.box li.lv2 a,
.box li.lv2 a:active,
.box li.lv2 a:visited {
	font-size:11px;
}

.box li.lv2_selected {
	padding:4px 8px 4px 18px;
	background: url(/assets/template/images/bullet.gif) no-repeat;
	font-weight:bold;
}

.box li.lv3 {
	padding:4px 8px 4px 18px;
	background: url(/assets/template/images/bullet.gif) no-repeat;
	font-weight:normal;
}

.box li.lv3 a,
.box li.lv2 a:active,
.box li.lv2 a:visited {
	font-size:11px;
}

.box li.lv3_selected {
	padding:4px 8px 4px 18px;
	font-weight:bold;
}

#nopadding {
	padding:0px;
}

/* Header
----------------------------------------------------------------------------------------------------*/


#header {
	padding-top:10px;
}

#header .container_16 {
	background:#fff;
	padding-top:10px;
	border-radius:6px 6px 0 0;
	position:relative;
	overflow:visible;
}

.headerlinks ul {
	overflow:auto;
	float:right;
	margin:0;
}

.headerlinks ul li {
	list-style-type:none;
	font-size:14px;

	float:left;
	margin-left:5px;
}

.headerlinks ul li a {
	font-size:14px;

}

#header .user {
	font-size:14px;
}

#header .user a {
	font-size:14px;
}

#header-cart {
	font-size:14px;
	float:right;
	text-align:center;
	margin:15px -60px 0 0;
	width:218px;
}

#header-cart a {
	font-size:14px;
}

#header-cart #item-count {

}

#header-cart.users-login {
	font-size:18px;
	margin-top:15px 40px 40px;
	height: 112px;
}

#header-cart.users-login a {
	font-size:18px;
}

.fold-left {
	left:-10px;
	background:url('/assets/template/images/fold_l.png') no-repeat top;
}

.fold-right {
	right:-10px;
	background:url('/assets/template/images/fold_r.png') no-repeat top;
}

.fold-left,
.fold-right {
	position: absolute;
	top: 129px;
	width: 10px;
	height: 50px;
}


/* Body
----------------------------------------------------------------------------------------------------*/

#main-body-wrapper {
	background:#fff;
	border-bottom:5px solid #AF282E;
	padding-top:10px;
	padding-bottom:30px;
}

.left-nav {
	background:#af282e;
	border:1px solid #82161B;
	border-width:1px 1px 0;
}

.left-nav .body {
	padding:0;
}

.left-nav .header {
	color:#fff;
	padding:5px 10px;
	border-color:#ffd4d6;
}

.left-nav .body .sub_header,
.left-nav .body .sub_header a {
	color:#ffeab7;
	padding:10px 0 0;
	text-decoration:none;
}

.left-nav .body .sub_header {
	padding:3px 0 0;
}

.left-nav .sub_header a:hover {text-decoration:underline;}

.left-nav li.lv1 {
	color:#ffd4d6;
	border-bottom:1px solid #82161B;
	margin:0;
	padding:5px 5px 5px 20px;
	background:none;
}

.left-nav .specials {
	padding-bottom:10px;	
}

.left-nav li ul {
	padding-left:0px;
}

.left-nav li ul li {
	border:0;
}

.left-nav .lv1_selected ul {
	background:#c53138;
}

.left-nav a {
	color:#fff;
}


/* Footer
----------------------------------------------------------------------------------------------------*/

.footer-bg {
	background:url('/assets/template/images/cloud_footer_2.jpg') repeat-x bottom;	
	height:250px;
	width:100%;
	position:fixed;
	bottom:0;
	z-index:1;
}

#footer {
	padding:15px;
	padding-bottom:70px;
	color:#e8f7ff;
	font-size:12px;
	background:url('/assets/template/images/footerk.png') no-repeat right;
	background-position: 879px 16px;
}

#footer a,
.footer a:active,
.footer a:visited {
	color:#fff;
	font-size:12px;
}

#footer a:hover {
	font-size:12px;
	text-decoration:underline;
}

.footer_menu {
	float:right;
}

.footer_menu ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

.footer_menu ul li {
	float:right;
	padding-right:6px;
	border-right:1px solid #ccc;
	margin-right:6px;
}

.footer_menu ul li:first-child {
	border:none;
}

/* Wishlist and Ajax Cart
----------------------------------------------------------------------------------------------------*/

.overlay {
	background-color:#000;
	border:1px solid #fff;
	display:none;
	color:#fff;
	width:250px;
	padding:15px;
	text-align:left;
	opacity:0.8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}

.overlay h2 {
	margin:0px;
	padding:10px 0 10px 10px;
	border-bottom:1px solid #fff;
	font-size:12px;
	color:#fff;
}

.overlay a {
	color:#fff;
}

a.wishlist_toggle,
a.wishlist_toggle:active,
a.wishlist_toggle:hover {
	cursor:pointer;
	font-size:11px;
}

.wishlistoverlay {
	background:#F2F2F2;
	padding:10px;
	width:400px;
}

.wishlistoverlay .header {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.wishlistoverlay .body {
	background:#FFF;
	padding:5px;
	margin-bottom:10px;
	border: 1px solid #CCC;
}

.wishlistoverlay .createnewlist {
	font-weight:bold;
}

.wishlistoverlay .listname {
	font-weight:bold;
}

.wishlistoverlay .addremovelink {
	cursor:pointer;
}

.thumb .wishlist {
	margin-left:0px;
	margin-bottom:2px;
}

.thumb .wishlist a {
	color:#999;
}

.ajaxloader {
	background: #C0C0C0 url(/assets/loading.gif) no-repeat 50% 50%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	opacity: .7;
}

.successaddmessage {
	background:#F2F2F2;
	padding:10px;
	height:170px;
	width:400px;
}

.successaddmessage .header {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.successaddmessage .body {
	background:#FFF;
	padding:10px;
	margin-bottom:10px;
	border: 1px solid #CCC;
}

.successaddmessage .body .image {
	width:70px;
	float:left;
}

.successaddmessage .body .description {
	width:290px;
	float:left;
	padding-top:15px;
}

.successaddmessage .footer {
	margin-bottom:5px;
}

.successaddmessage .footer .left {
	width:250px;
	float:left;
}

.successaddmessage .footer .right {
	width:130px;
	float:left;
	float:right;
	text-align:right;
}

.successaddmessageclear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

#notifications {
	position: absolute;
	width: 400px;
	left: 50%;
	top: 50%;
	height: 300px;
	margin-left: -200px;
	z-index:999
}

#notifications div.notice,
#jquery-notifications div.success,
#jquery-notifications div.warning,
#jquery-notifications div.error {
	margin: 0;
	padding: 5px;
	padding-left: 10px;
	border-bottom: 2px solid
}

#notifications div.notice {
	background:#DDFFDD;
	color:#000;
	border-bottom:1px solid #004000;
}

#notifications div.error {
	background:#F97C6F;
	color:#570F01;
	border-color:#570F01
}

#notifications div > a {
	position:absolute;
	right: 0;
	margin-right:10px;
	color: #000000;
	text-decoration:none;
	border: 1px solid black;
	padding-right: 5px;
	padding-left: 5px
}

.notifybox {
	background:#EEE;
	padding:10px;
	width:450px;
}

.notifybox table {
	background:#FFF;
	border:1px solid #CCC;
}

.notifybox table input {
	width:100%;
}

.notifybox h2 {
	color:#333;
	margin-bottom:10px;
}

.notifybox .buttons {
	margin-top:10px;
}

.notifybox .clear {
	margin:10px 0px;
	height:1px;
}

.notifybox .cancel {
	float:right;
}

/* Breadcrumb
----------------------------------------------------------------------------------------------------*/
 
#breadcrumb {
	font-size:11px;
	font-weight:normal;
	overflow:hidden;
	margin:0px;
	padding:0px;
	line-height:1;
}

#breadcrumb li {
	list-style-type:none;
	float:left;
	padding:4px;
}

#breadcrumb a,
#breadcrumb a:active,
#breadcrumb a:visited {
	display:block;
	background-color:#EEEEEE;
	background-image:url('/assets/template/images/bc_separator.png');
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 13px;
	padding-left:7px;
	text-decoration: none;
	padding-top:5px;
	padding-bottom:6px;
	color:#000;
	font-size:11px
}

#breadcrumb a:hover {
	display:block;
	background-color:#00A8E1;
	background-image:url('/assets/template/images/bc_separator.png');
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 13px;
	padding-left:7px;
	text-decoration: none;
	padding-top:5px;
	padding-bottom:6px;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
}

/* Category Pages
----------------------------------------------------------------------------------------------------*/

.category_thumb ul {
	margin:0px;
	padding:0;
	list-style-type:none;
	margin-top:15px;
}

.category_thumb ul li {
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	margin-left: 10px;
	padding: 2px 10px 10px 1px;
	width:140px;
	height:190px;
	overflow:hidden;
	background:#FFF;
	text-align:center;
}

.category_thumb .left {
	float:left;
	width:120px;
	margin-right:20px;
}

.category_description {
	padding:4px 0 6px 0;
}

/*Product Thumbnail: Gallery */

.thumb ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.thumb li {
	float:left;
	margin: 0;
	padding: 10px;
	width:213px;
	border-bottom:1px dashed #ccc;
	height:400px;
	overflow:hidden;
	background:#FFF;
	position:relative;
}

.not-logged .thumb li {
	height:240px;
}

.thumb .promo {
	background:url(/assets/template/images/on_sale.png) left no-repeat;
	float:left;
	height:48px;
	width:48px;
	position:absolute;
	top:0px;
	right:0px;
}

.thumb .image {
	padding-bottom:4px;
	margin-bottom:4px;
}

.thumb .title,
.thumb .title A,
.thumb .title A:active,
.thumb .title A:visited {
	overflow:hidden;
	font-size:13px;
	text-decoration:none;
	color:#333;
	height:36px;
}

.thumb .title A:hover {
	font-size:13px;
	text-decoration:underline;
}

.thumb .thumb-sku {
	color:#999;
	margin-bottom:8px;
	font-size:12px;
}

.thumb .price {
	font-size:12px;
	font-weight:bold;
	padding-top:2px;
	height:58px;
	color:#333;
}

.thumb .save {
	font-size:11px;
	font-weight:bold;
	color:#CF4836;
}

.thumb .rrp {
	font-size:11px;
	height:18px;
	overflow:hidden;
	color:#999;
}

.thumb .buying_options {
	height:80px;
}

.thumb .moreinfo,
.thumb .moreinfo A,
.thumb .moreinfo A:active,
.thumb .moreinfo A:visited {
	font-size:11px;
}

.thumb .wishlist,
.thumb .wishlist A,
.thumb .wishlist A:active,
.thumb .wishlist A:visited {
	font-size:11px;
	font-weight:bold;
}

/*Product Thumbnail: Box */

.thumb_box ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.thumb_box li {
	overflow:hidden;
	border-bottom:1px dotted #E4E4E4;
	padding-top:10px;
	width:210px;
	margin-right:10px;
	float:left;
}

.thumb_box li img {
	border:0;
}

.thumb_box .left {
	float:left;
	width:65px;
	height:65px;
}

.thumb_box .right {
	float:left;
	width:115px;
	height:65px;
}

.thumb_box .bottom {
	width:180px;
	padding-bottom:8px;
	padding-top:2px;
}

.thumb_box .title,
.thumb_box .title A,
.thumb_box .title A:active,
.thumb_box .title A:visited {
	font-size:11px;
	text-decoration:none;
	height:30px;
	overflow:hidden;
}

.thumb_box .title A:hover {
	font-size:11px;
	text-decoration:underline;
}

.thumb_box .price {
	font-size:11px;
	font-weight:bold;
	padding-top:2px;
	color:#000;
}

.thumb_box .save {
	font-size:11px;
	font-weight:bold;
	color:#CF4836;
}

.thumb_box .rrp {
	font-size:11px;
	height:18px;
	overflow:hidden;
	color:#999;
}

.thumb_box .moreinfo,
.thumb_box .moreinfo A,
.thumb_box .moreinfo A:active,
.thumb_box .moreinfo A:visited {
	font-size:11px;
}

.thumb_box .wishlist,
.thumb_box .wishlist A,
.thumb_box .wishlist A:active,
.thumb_box .wishlist A:visited {
	font-size:10px;
	font-weight:bold;
	padding-top:3px;
	color:#888;
}

.thumb_box .wishlist {
	margin-left:0px;
}

/*Product Thumbnail: List*/
.thumb_list {
	padding: 0;
	margin:0;
	overflow:hidden;
}

.thumb_list ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.thumb_list li {
	float:left;
	margin: 2px;
	padding: 4px 1px 8px 4px;
	background:#FFF;
	margin-bottom:4px;
	overflow:hidden;
	border-bottom:1px dashed #CCC;
	width:100%;
}

.thumb_list .image {
	float:left;
	width:100px;
	margin-right:10px;
	text-align:center;
}

.thumb_list .description {
	float:left;
	overflow:hidden;
	font-size:11px;
	margin-right:10px;
	width:460px;
}

.thumb_list .purchase {
	float:left;
	width:110px;
}

.thumb_list .title,
.thumb_list .title A,
.thumb_list .title A:hover,
.thumb_list .title A:active,
.thumb_list .title A:visited {
	font-size:16px;
}

.thumb_list .subtitle {
	font-size:12px;
	padding-top:4px;
}

.thumb_list .price {
	font-size:16px;
	color:#000;
	font-weight:bold;
}

.thumb_list .save {
	font-size:12px;
	font-weight:bold;
	color:#CF4836;
}

.thumb_list .rrp {
	font-size:12px;
	overflow:hidden;
	color:#CCC;
}

.thumb_list .buy {
	font-size:12px;
	overflow:hidden;
	float:right;
	width:110px;
}

.thumb_list .promo {
	font-size:12px;
	overflow:hidden;
	color:#CF4836;
	font-weight:bold;
}

.thumb_list .moreinfo,
.thumb_list .moreinfo A,
.thumb_list .moreinfo A:active,
.thumb_list .moreinfo A:visited {
	font-size:11px;
}

.thumb_list .wishlist,
.thumb_list .wishlist A,
.thumb_list .wishlist A:active,
.thumb_list .wishlist A:visited {
	font-size:11px;
	font-weight:bold;
	float:right;
	padding-top:3px;
}

.thumb_list .wishlist {
	float:left;
	margin:0px;
	padding:0px;
}

/*Product Thumbnail: Cart*/

.thumb_cart ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.thumb_cart li {
	overflow:hidden;
	border-bottom:1px solid #E4E4E4;
	padding-top:10px;
	padding-bottom:5px;
	width:180px;
}

.thumb_cart .left {
	float:left;
	width:55px;
}

.thumb_cart .right {
	float:left;
	width:120px;
}

.thumb_cart .title,
.thumb_cart .title A,
.thumb_cart .title A:active,
.thumb_cart .title A:visited {
	font-size:11px;
}

.thumb_cart .price {
	font-size:11px;
	font-weight:bold;
	padding-top:2px;
	color:#000;
}

.thumb_cart .viewcart {
	margin-top:5px;
}

.thumb_cart .checkout {
	margin-top:5px;
	float:right;
}

/*Thumbnail: Account*/

.thumb_account ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.thumb_account li {
	overflow:hidden;
	border:1px solid #CCC;
	background:#EEEEEE;
	width:207px;
	height:90px;
	margin:6px;
	padding:6px;
	float:left;
}

.thumb_account .left {
	float:left;
	width:60px;
}

.thumb_account .right {
	float:left;
	width:135px;
}

/* Thumbnail Controls
----------------------------------------------------------------------------------------------------*/
 
 
/* Paging */
 
.paging_container {
	text-align:center;
	clear:both;
	padding-top:4px;
	padding-bottom:4px;
}

div.paging {
	display:block;
	font-size:12px;
	height:25px;
	line-height:22px;
}

div.paging div.text {
	font-size:10px;
}

.pages {
	padding:3px 0px;
	font-weight:normal;
	float:left;
	margin:0px 10px;
}

div.paging a:link,
div.paging a:visited,
div.paging a:active {
	float:left;
	margin:0px;
}

div.paging a:hover {
}

/* Sort By */
.sort_container {
	border:1px solid #ccc;
	border-width:1px 0;
	padding: 4px 8px 3px 0px;
	margin:20px 0px;
}

.sortby {
	font-weight:normal;
	margin-top:2px;
	float:right;
}

.sortbyon,
.sortbyon a,
.sortbyon a:visited,
.sortbyon a:active {
	font-weight:bold;
}

.sortbyoff,
.sortbyoff a,
.sortbyoff a:visited,
.sortbyoff a:active {
	font-weight:normal;
}

/*View By*/

ul.viewby {
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:-6px;
	width:200px;
	text-align:right;
	float:right;
}

ul.viewby li {
	list-style:none;
	display:inline;
}

ul.viewby li a {
	padding:4px 8px 4px 8px;
	text-decoration:none;
	font-size:11px;
}

ul.viewby li a:hover {
	color:#333;
	font-size:11px;
}

ul.viewby li a.active {
	color:#333;
	font-weight:bold;
	margin-bottom:-1px;
	font-size:11px;
}

/* Cart and Checkout
----------------------------------------------------------------------------------------------------*/


/*	General	Checkout Styles  */

.checkout_box {
	border:1px solid #CCC;
}

.checkout_box_header {
	background:#F7F7F7;
	font-weight:bold;
	font-size:14px;
	padding:6px;
	color:#444;
}

.checkout_box_content {
	padding:8px;
	background-color:#FFF;
}

.checkout_summary {
	border:1px solid #CCC;
	background:#D7FFD7;
	padding:6px;
}

.sub_total {
	font-size:11px;
	font-weight:bold;
	border-bottom:1px solid #9BDD88;
}

.grand_total {
	font-size:14px;
	color:#CC0000;
	font-weight:bold;
}

.item_list {
	font-size:11px;
	border:1px solid #CCC;
}

.item_list .checkout_table_header {
	font-size:11px;
	font-weight:bold;
	background:#F7F7F7;
	padding:8px;
}

.item_list TD.item0 {
	font-size:11px;
}

.item_list TD.item1 {
	font-size:11px;
}

.item_list TD.shitem_d_0 {
	font-size:11px;
	border-bottom:1px dotted #E4E4E4;
}

.item_list TD.shitem_d_1 {
	font-size:11px;
	border-bottom:1px dotted #E4E4E4;
}

.item_list TD.shitem0 {
	font-size:11px;
	border-bottom:1px dotted #E4E4E4;
}

.item_list TD.shitem1 {
	font-size:11px;
	border-bottom:1px dotted #E4E4E4;
}

.item_list TD.store_total {
	font-size:11px;
	font-weight:bold;
	border-bottom:2px solid #CCCCCC;
}

.comment_ctrl {
	background-color:#EEEEEE;
	border: 1px solid #E4E4E4;
}

.ototal {
	color: #CC0000;
	font-weight:bold;
	font-size:14px;
}

.gift_t {
	font-size: 14px;
	color: #006600;
	font-weight: bold;
}

/*	Message Boxes	  */

.warnbox {
	border: 1px solid #F90;
	margin: 4px;
	background-color:#FFFFD2;
}

.warnbox ul {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
	margin-top:5px;
	margin-bottom: 0px;
}

.warnbox li {
	padding-left: 22px;
	padding-bottom: 5px;
	background-image: url(/assets/cpanel/icons/error_delete.png);
	background-repeat: no-repeat;
}

.errorbox {
	border: 1px solid #CC0000;
	margin: 4px;
	background-color: #FF9999;
}

.errorbox ul {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
	margin-top:5px;
	margin-bottom: 0px;
}

.errorbox li {
	padding-left: 22px;
	padding-bottom: 5px;
	background-image: url(/assets/cpanel/icons/error_delete.png);
	background-repeat: no-repeat;
}

.successbox {
	border: 1px solid #669900;
	margin: 4px;
	background-color: #E0FBAE;
}

.successbox ul {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
	margin-top:5px;
	margin-bottom: 0px;
}

.successbox li {
	padding-left: 22px;
	padding-bottom: 5px;
	background-image: url(/assets/cpanel/icons/accept.png);
	background-repeat: no-repeat;
}

.shipbox {
	border: 1px dashed #CCC;
	border-width:1px 0;
	margin: 10px 4px 10px 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.shipbox ul {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
	margin-top:5px;
	margin-bottom: 0px;
}

.shipbox li {
	padding-left: 22px;
	padding-bottom: 5px;
	background:url(/assets/icons/lorry.png) 0 0;
	background-repeat: no-repeat;
}

.shipbox li ul {
	margin-left:-20px;
	padding-left:0px;
	border-top:#CCC 1px solid;
	padding-top:5px;
	margin-right:15px;
}

.shipbox li ul li {
	padding-left:0px;
	background:none;
}

.shipbox .productdelivery button {
	margin-bottom:1px;
}

.loginlist ul {
	list-style-type:none;
}

.loginlist ul li {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.rss {
	margin: 3px 0px
}

.rss a {
	color:#F60;
	background:url(/assets/icons/rss.png) 1px -1px no-repeat;
	padding-left:22px;
}

/* Product Display Pages
----------------------------------------------------------------------------------------------------*/


/* Child purchase table */
.child-table {
	text-align:left;
	width:518px;
}

.child-table .cta-area {
	margin-top:20px;
}

.child-table th {
	background:#eee;
}

.child-table th,
.child-table td {
	padding:10px;
	border-right:1px solid #eee;
	border-bottom:1px solid #ccc;
}

.child-stock .instock,
.child-stock .outofstock {
	font-size:11px;
}

.child-stock .instock {
	color:#33bb44;
}

.child-stock .outofstock {
	color:#af282e;
}
	
.child-table .sku {
	font-size:11px;
	color:#999;
}

.child-table .child-qty .input_tiny {
	font-size: 16px;
	border: 1px solid #CCC;
}

#_jstl_itemdisplay_r {

}

.product-title {
	
}

.product-subtitle {
	margin-bottom:5px;
}

.brand-block,
.sku-block {
	display:inline;
	margin-right:10px;
	color:#777;
	font-size:12px;
}



.required {
	color:#CF4836;
	font-size:11px;
}

#child_sku_chooser {
	margin-top:10px;
}

/* Category page version */

.child-table.cat-page {
	font-size:11px;
	width:210px;
}

.child-table.cat-page .child-qty .input_tiny {
	font-size:11px;
	height:17px;
	width:30px;
}

.child-table.cat-page th, .child-table.cat-page td {
	padding:2px 1px;
}

.child-table.cat-page .sku {
	font-size:10px;
}

/*	Image Box	*/


UL.image_box {
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
}

UL.image_box li {
	margin:0;
	float:left;
	margin: 4px;
	border: solid #CCC 1px;
}

UL.image_box li a {
	display:block;
	height:80px;
}



.small-preview {
	
}

.large-preview {
	visibility:hidden;
	position:absolute;
	top:-300px;
	left:0;
	height:280px;
	width:280px;
	background:#fff;
	text-align:center;
}

.small-preview:hover .large-preview {
	visibility: visible;
}



/*	General		 */

.productqtybox {
	font-size:16px;
	border: 1px solid #CCC;
	font-weight:bold;
}

.productprice {
	font-size:24px;
	color:#333;
	font-weight:bold;
	margin-right:5px;
}

.productwasprice {
	text-decoration:line-through;
	font-size:16px;
	color:#00A8E1;
	font-weight:bold;
}

.productrrp {
	text-decoration:line-through;
	font-size:20px;
	font-weight:bold;
}

.productsave {
	font-size:22px;
	color:#CF4836;
	font-weight:bold;
}

.productpromo {
	font-size:30px;
	font-weight:bold;
	color:#333;
}

.productpromotext {
	font-size:14px;
	margin-bottom:24px;
	color:#777;
}

.productdelivery {
	font-size: 14px;
	color:#000;
}

.sharebutton {
	padding-top:8px;
}

.productreviews {
	margin:8px 0px;
}

.productreviews img {
	margin-bottom:-3px;
}

.productsoldout {
	font-size: 14px;
	color:#C30;
	font-weight:bold;
	background:url(/assets/template/images/sold_out.png) no-repeat;
	padding-left:25px;
	height:23px;
	margin-top:3px;
	padding-top:2px;
}

.productpreorder {
	font-size: 14px;
	color:#090;
	font-weight:bold;
	background:url(/assets/template/images/in_stock.png) no-repeat;
	padding-left:25px;
	padding-top:3px;
	height:22px;
	margin-top:3px;
}

.productinstock {
	font-size: 14px;
	color:#3D9400;
	font-weight:bold;
	background:url(/assets/template/images/in_stock.png) no-repeat;
	padding-left:25px;
	padding-top:3px;
	height:22px;
	margin-top:3px;
}

.productmultilevelqty {
	font-size: 12px;
	font-weight:bold;
}

.productmultilevelprice {
	font-size: 12px;
	font-weight:bold;
	color:#00A8E1;
}

.productheader {
	font-size: 16px;
	color:#000;
	border-bottom:1px solid #CCC;
	font-weight:bold;
	padding-top:5px;
	margin-bottom:5px;
}

.productoptions td {
	font-size: 12px;
	color:#000;
	font-weight:bold;
	padding:3px;
}

.productavailability td {
	padding:3px;
}

.productdetailsheader {
	font-size: 14px;
	color:#00A8E1;
	font-weight:bold;
	border-bottom:1px solid #CCC;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-top:16px;
}

.productdetails {
	font-size:12px;
}

.productdetails ul {
	padding:10px;
}

.productdetails li {
	margin-left:20px;
}

.floatingbrand {
	float:right;
}

.box_display {
	margin-bottom:20px;
	margin-bottom:10px;
}

.box_display .header {
	padding:24px 0 6px;
	color:#333;
	border-bottom:3px double #E4E4E4;
	font-size:21px;
	margin-bottom:10px;
}

.box_display .body {
	margin-bottom:0px;
}

.box_display .footer {
}

/* Product Reviews
----------------------------------------------------------------------------------------------------*/
 
.comment_box {
	border:1px solid #CCC;
	padding:10px;
	background:#FFF;
}

.comment_author {
	font-size:11px;
	color:#999;
}

.comment {
	font-size:12px;
	font-style:italic;
}

.comment_tail {
	width:10px;
	height:10px;
	background:url(/assets/template/images/comment_tail.gif) no-repeat;
	margin-top: -1px;
	margin-left:10px;
	margin-bottom:10px;
	display:block;
}


#login-box {
	width:420px;
	margin:0 auto;
}


/* Store Locator
----------------------------------------------------------------------------------------------------*/

#geo_map { width:100%; height:650px; }
#geo_list {overflow: auto; height: 625px; width:100%; font-size: 11px; color: #000; }
#geo_map_pl { font-size:11px; border:1px solid #ccc; border-width:0 1px 1px; }

.geo_loc_info {  }
.geo_loc_info .thumb { float:right; }
.geo_loc_info .distance { color:#333; font-size:8px; }
.geo_loc_info .contact { color:#333; padding-right:6px; font-size:10px; }
.geo_loc_info .address { color:#333; font-size:12px; line-height:1.5; }

.geo_loc_list UL { 	list-style-type:none; margin:0; padding:0;}
.geo_loc_list UL LI { margin:0; padding:10px; line-height:1.5; border-bottom:1px dotted #ccc; }
.geo_loc_list .resultmsg {
	text-align: right;
	background: #aaa;
	color:#fff;
	padding: 5px 10px;
};

LI.geo_loc_item { border-bottom: 1px solid #ccc; width:100%; line-height:1.5; }
LI.geo_loc_item a {
	font-size:14px;
}

LI.geo_loc_item .thumb { float:right; margin-left:10px; }
LI.geo_loc_item .distance { color:#777; font-size:10px; }
LI.geo_loc_item .contact { color:#333; padding-right:6px; font-size:10px; }
LI.geo_loc_item .address { color:#333; font-size:12px; }

LI.geo_highlight { background-color: #EEEEEE; }

#store-locator-controls {
	font-size:12px;
	margin:10px 0 0;
	border:1px solid #ccc;
	padding:10px;
	background:#eee;
	background:-webkit-linear-gradient(#fff, #eee);
	background:-moz-linear-gradient(#fff, #eee);
	background:-o-linear-gradient(#fff, #eee);
}

#store-locator-controls label {
	font-weight:bold;
	margin-right:2px;
	display:inline;
}

#geo_zip {
	margin-right:20px;
	font-size:16px;
	padding:2px;
}

#geo_radius {margin-right:20px;}


/* Multi-item 
----------------------------------------------------------------------------------------------------*/
.addbox {
	background:#e9f7ff;
	margin-bottom:3px;
	padding:1px;
}

.qtybutton {
	background:#e1424a;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8636a), to(#e1424a));
	background-image: -webkit-linear-gradient(#e8636a, #e1424a);
	background-image: -moz-linear-gradient(#e8636a, #e1424a);
	background-image: -o-linear-gradient(#e8636a, #e1424a);
	background-image: linear-gradient(#e8636a, #e1424a);
	color:#fff;
	border:1px solid #82161B;
	padding:0px 9px 3px;
	cursor:pointer;
	font-size:14px;
}

.qtybutton:hover {
	background:#444;
	text-decoration:none;
}

.form-inline.buying-options {
	font-size:12px;
}

#n_product .price {
	font-size:15px;
	margin-bottom:10px;
	font-weight:bold;
}

.backorder-available {
	color:red;
	font-size: 11px;
}


/* Clearfix & Non-semantic Helper Classes
----------------------------------------------------------------------------------------------------*/
 

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {clear: both;}
.clearfix {zoom: 1;}

/* Image replacement */
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

.text-center {text-align:center !important;}
.float_right {float:right !important;}
.float_left {float:left !important;}
.padding {padding:10px !important;}
.hide {display:none !important; visibility:hidden;}


.status_instock {color:#3B4; font-size:10px;}
.status_backorder {color:#F90; font-size:10px;}

#header .sf-menu_container,
.grid_4 .left-nav{
	background: #a11c2e;
}