/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */


/* Reset Styles */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/background.gif) no-repeat #205a79 50% 100px;
}

a {
	color: #1e7ec8;
	text-decoration: none;
}

img {border: 0; }

/* Heading */
h1, h2, h3, h4, h5, h6, .head { margin-bottom:.4em; line-height:1.3em; color:#0A263C; }
h1 { font-size:32px; line-height:1.17em; }
h2 { font-size:22px; }
h3 { font-size:19px; }
h4 { font-size:16px; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }

/* Table */
th {text-align:left; vertical-align:top; }
td {vertical-align:top;}

/* Paragraph */
p { margin-bottom:.8em; }
address { margin-bottom:.4em; font-style:normal; line-height:1.4em;}
cite { font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { color:#666; /*font-size:.95em;*/  font-weight:bold; }
input, select, button { vertical-align:middle; }

/* Lists */
dt { display:block; font-weight:bold; }

.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }

/* Font Family Changes */

h1, h2,h3,  .protypes-bar { font-family: 'Maven Pro', arial, serif; font-weight: normal; } 


/* Main Structure Styles */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px auto;
	width:995px;
	background: #ffffff;
}

.push {
	clear: both;
	width: 995px;
	margin: 0 auto;
	height: 60px;
	background: #ffffff;
}

/* Column Layout */

.middle {
	width: 959px;
	margin: 0 auto;
	background: #fff;
	clear: both;
	padding: 0 18px;
}

.col-main {
	width: 959px;
	position: relative;
}

.col-left {
	float: left;
	width: 230px;
	display: block;
	margin-right: 20px;
}

.col-right {
	float: right;
	width: 160px;
	display: block;
	margin-right: 0px;
}

.col-1-layout .col-main {}

.col-2-left-layout .col-main {
	float: right;
	width: 700px;
	background: none;
	padding: 20px 0;
}

.col-2-right-layout .col-main {
	float: left;
	width: 700px;
}

/* Header Styles */

#header {
	padding: 20px 18px 0 18px;
	background: url(../images/pagetopbg.gif) no-repeat #fff;
	position: relative;
}

#logo {
	background: url(../images/calypso-creations.gif) no-repeat;
	display: block;
	width: 391px;
	height: 82px;
	position: absolute;
	top: 55px;
	left: 30px;
}

#logo span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#loginstatus {
	font-size: 13px;
	line-height: 20px;
	padding: 10px;
	float: right;
	text-align: right;
}

#loginstatus .signin {
	color: #205a79;
	text-decoration: none;
	font-weight: bold;
}

#loginstatus .register {
	color: #000000;
}

#cartbox {
	width: 211px;
	padding: 0 30px;
	float: right;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	background: url(../images/usercart.png) no-repeat 0 -1px;
}

#cartbox a {
	text-decoration: none;
	color: #ffffff;
	position: relative;
}

#cartbox .cartstatus {
	padding: 12px 0 6px;
}

#cartbox .cartnumber {
	border-top: 1px solid #ffffff;
	line-height: 9px;
	padding: 10px 0;
	font-weight: bold;
	display: block;
	width: 211px;
}

#header .cardpics {
	padding: 10px 0 0 0;
	text-align: right;
}

#header .greeting {
	font-size: 13px;
	clear: both;
	padding: 5px 0 10px 0;
	text-align: right;
}

#header .greeting a {
	text-decoration: underline;
	color: #205a79;
}

#menubar {
	height: 38px;
	background-color: #205a79;
	padding: 0 10px;
}

#search_mini_form {
	width: 305px;
	float: right;
	padding-top: 7px;
	font-size: 13px;
}

#search_mini_form {
	border: none;
}

#search_mini_form label {
	width: 65px;
	display: block;
	float: left;
	padding-left: 25px;
	padding-top: 5px;
	color: #fff;
}

#search_mini_form .input-text {
	width: 170px;
	display: block;
	float: left;
	background: #ffffff;
	height: 18px;
}

#search_mini_form #searchsubmit {
	background:url("../images/search-icon.gif") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	float: left;
	height:24px;
	margin-left:5px;
	width:24px;

}


#menubar .nav {
	width: 620px;
	font-size:11px; 
	float: left;
	color: #fff;
	list-style: none;
}

#menubar .nav li {
	float: left;
	margin-right: 10px;
	line-height: 38px;
}

#menubar .nav a {
	color: #fff;
	display: block;
	padding: 0 10px;
}

#menubar .nav a:hover {
	text-decoration: underline;
}


/* Home page styles */

.body-firstrow{
	height:320px;
}

.spotligt{
	width:700px; display:block; float:left; margin-left:29px;
}

.spotlight-heading1 {
	color: #205a79; font-size: 24px; font-weight: 100;  text-transform: uppercase; margin-top: 10px;
}

.spotlight-heading1 h3 {
	color: #000; font-weight: 100; font-size: 18px; text-transform: uppercase; line-height:12px;
}

.spotligt .product{
	width:450px; display:block; float:left; padding:8px; margin-top:10px; height:214px;
}

.spotligt .description{
	width:240px; display:block; float:left;  font-size:12px;  text-decoration:none;
}

.spotligt .description h3{
	color: #205a79; font-weight: 100; font-size: 18px;  text-transform: uppercase; letter-spacing:3px;
}

.spotligt .description h2{
	color: #df1a53; font-size: 26px; font-weight: 100; text-transform: uppercase; margin-top: 10px;line-height:16px; padding-bottom:14px;
}

.spotligt .image {
	width:200px; float: left;
}

.homenews {
	float:left;
	width: 224px;
	border: 5px solid #4c7c96;
}
.homenews h3 {background:#4c7c96;color:#fff;text-transform:uppercase;padding: 0px 10px 5px;}
.homenews .news {
	padding: 10px;
	font-size: 12px;
}
.mainimg {
	float: left;
	display: block;
}

.thumbs {
	float: right;
	padding: 10px;
}

.thumbs img {
	border: 1px solid #ccc;
	width: 80px;
	float: left;
	clear: both;
	margin-bottom: 10px;
	margin-top:7px;
}

.spotligt .description .button-a {
	float: left;
	margin-right: 10px;
}

.spotligt .description .button-b {
	float: left;
}

.button-a, .button-b {
	color: #ffffff;
	width: 108px;
	height: 33px;
	line-height: 33px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 0 5px 5px 0;
}

.button-a:hover, .button-b:hover {
	color: #ffffff;
}

.button-a {
	background: url(../images/button-a.gif) no-repeat;
}

.button-b {
	background: url(../images/button-b.gif) no-repeat;
}

.home-heading {
	text-align:center;
	background:#ed2059;
	padding: 5px 0;
	text-transform: uppercase;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.home-heading h2 {color:#fff;margin:0;}
.home-heading h3 {color:#000;font-weight: bold;}


.protypes-bar{
	height:40px;line-height: 40px; background:#205a79; color:#ffffff; font-size:20px; text-decoration:none; padding-left:15px;;
}

.giftline {text-align:center;}
.giftline h3 {color:#ed2059;font-size: 22px;}

.protype-boxouter{
	width:282px; display:block; float:left; margin-top:25px; border:1px solid #cccccc; padding-left:8px; padding-right:8px; padding-top:8px; background: #ffffff;
	margin-right: 29px;
}

.protype-boxouter.last {margin-right:0;}
.protype-prothumb{
	width:104px; display:block; float:left; height:196px;
}

.protype-description{
	width:170px; height: 196px; display:block; float:left; font-size:12px;  text-decoration:none; margin-left:8px; position: relative;
}

.protype-description h3 {
	 color:#df1a53; font-size:19px; text-decoration:none; margin-top:5px;;
}

.protype-description h4{
	 color:#205a79; font-size:12px; text-decoration:none; line-height:2px;
}

.protype-description p{
	margin-top:15px;
}

.protype-description .button-a{
	position: absolute; 
	right: 5px;
	bottom: 10px;
}


/* Category List Page */

.category-name {
	color:#205A79;
	font-size:18px;
	font-weight:100;
	letter-spacing:2px;
	text-transform:uppercase;
	margin: 0 0 10px 0;
}

#product-grid .product {
	float: left;
	width: 318px;
	height: 510px;
	padding: 17px 10px 10px 10px;
	border: 1px solid #1a5a7b;
	background: #FFFFFF;
	margin: 15px 20px 0 0;
	font-size: 12px;
}

#product-grid .even {
	margin-right: 0;
}

#product-grid h3 a {
	color: #205a79;
	font-size: 20px;
	font-weight: 100;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
}

#product-grid .desc {
	height: 90px;
	padding: 10px 0;
	line-height: 18px;
}

#product-grid .product img {
	margin: 0 auto;
	display: block;
}

#product-grid .price-box {
	text-align:center;
}

#product-grid .view {
	margin: 0 auto;
	display: block;
	width: 109px;
	height: 32px;
	background: url(../images/button-b.gif) left top no-repeat;
	font-size: 16px;
	line-height:32px;
	color: #ffffff;
	text-align: center;
	padding: 0 4px 6px 0;
}

/* Product View Page */

#product h1 {
	text-transform: uppercase;
	font-weight: normal;
}

#product h3 {
	color: #205A79;
}

#product .media {
	padding: 0 0 20px 0;
}

#product .desc {
	font-size: 14px;
	line-height: 20px;
	width: 330px;
	float: left;
}

#product .sale {
	width: 300px;
	float: right;
	padding-right: 20px;
}

#product .desc ul, #product .desc ol {
	margin: 0 0 18px 18px;
}

#product .more-views {
	width: 700px;
}

#product .more-views li {
	float: left;
	list-style: none;
	margin-right: 8px;
	margin-top: 5px;
}
#product .more-views li.end {
   margin-right: 0;
}

#product .price-box {
}

#product .product-shop {
	clear: both;
}

#product .addtocart_btn {
	margin: 0 auto;
	display: block;
	width: 109px;
	height: 32px;
	background: url(../images/button-b.gif) left top no-repeat;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	text-align: center;
	padding: 0 4px 6px 0;
	float: right;
}


/*--------------Unknown---------------*/


.line16{line-height:16px!important;}
.line20{line-height:20px!important;}
.uppercase{text-transform:uppercase;}

.newsletter{display:block; float:left; width:229px; margin:36px 0 0 0;}
.newsletter_a{display:block; float:left; width:214px; height:26px; padding:10px 0 0 15px; background:#205a79;}
.newsletter_b{display:block; float:left; width:199px; padding:6px 15px; background:#df1a53;}
.newsletter_c{display:block; float:left; width:214px; height:39px; padding:10px 0 0 15px; background:#bc1545;}
.newsletter_input{width:136px; height:24px; background:#FFFFFF; padding:0 5px 0 5px; margin:0;}
.newsletter_go_bt{padding:0; margin:0 0 0 5px;}

.bestseller{display:block; float:left; width:229px; margin:36px 0 0 0;}
.bestseller_a{display:block; float:left; width:214px; height:26px; padding:10px 0 0 15px; background:#205a79;}
.bestseller_b{display:block; float:left; width:227px; background:#FFFFFF; border:1px solid #a3a3a3; margin:8px 0 0 0;}
.bestseller_ba{display:block; float:left; width:212px; margin:20px 0 0 0; padding:0 0 10px 15px;}
.bestseller_bb{display:block; float:left; width:225px; padding:0 0 10px 0; text-align:center; border-bottom:1px dashed #a89a9b;}
.bestseller_bc{display:block; float:left; width:212px; height:45px; padding:10px 0 0 15px; margin:0 0 5px 0; background:#f7d3d6;}
.bestseller_bd{display:block; float:left; width:212px; height:45px; padding:10px 0 0 15px; margin:0 0 0 0; background:#f7d3d6;}

.listing_row{display:block; width:700px; padding-top: 15px;}
.listing_row_a{display:block; float:left; width:700px; padding:25px 0 0 0;}

.listing_nav{display:block; float:left; width:700px; padding:0 0 20px 0;}
.listing_nav_a{display:block; float:left; width:670px; height:32px; background:#205a79; padding:0 15px 0 15px;}
.listing_nav_a_left{display:block; float:left; width:auto; padding:8px 0 0 0;}
.listing_nav_a_right{display:block; float:right; width:auto; padding:8px 0 0 0;}

.listing_nav_b{display:block; float:left; width:670px; height:32px; background:#df1a53; padding:0 15px 0 15px;}

.listing_block{ padding-left:10px;}
.listing_block h3 a{color:#06263d;}
.listing_block h3 a:hover{color:#06263d; text-decoration: underline;}

.listing_bag{float:left; width:300px; height:480px; padding:17px 10px 10px 10px; border:1px solid #1a5a7b; background:#FFFFFF; margin: 0 20px 15px 0;}
.listing_bag_a{display:block; float:left; width:300px; text-align: center;}
.listing_bag_ab{display:block; float:left; width:300px; padding:0 0 10px 0;}
.listing_bag_ac{text-align:left;display:block; float:left; width:300px; padding:0 0 10px 0; font-size: 14px;
line-height: 18px;}
.listing_bag_ad{display:block; float:left; width:300px; padding:20px 0 20px 0;}

.listing_bag_c{display:block; float:left; width:678px;}
.listing_bag_cb{display:block; float:left; width:678px; padding:0 0 10px 0;}

.listing_bag_b{display:block; width:300px; text-align:center;}
.details_bt{display:block; float:left; width:109px; height:32px; background:url(../images/button-a.gif) left top no-repeat; font-size:16px ; color:#ffffff; text-align:center; padding:6px 4px 0 0; margin:0 10px 0 0;}
.details_bt:hover{color:#FFFFFF;}
.crat_bt{margin-left:auto; margin-right:auto;display:block; width:109px; height:32px; background:url(../images/button-b.gif) left top no-repeat; font-size:16px; color:#ffffff; text-align:center; padding:6px 4px 0 0;}
.crat_bt:hover{color:#FFFFFF;}

.details_row{display:block; float:left; width:700px; padding:60px 0 0 0;}
.detials_input{width:46px; height:22px; border:1px solid #a3a3a3; display:block; float:left; margin:0 10px 0 0; text-align:center; padding:8px 3px 0 3px;}

.txt_newsletter{font-size:14px; color:#FFFFFF;}
.txt_register{font-size:12px; color:#efefef;}
.txt_bag{font-size:18px; color:#df1a53;}
.txt_bag_c{font-size:24px; color:#df1a53;}
.txt_bag_a{font-size:18px; color:#205a79;}
.txt_amazing{font-size:14px; color:#000000;}
.txt_heading1{	color: #df1a53; font-size: 20px; font-weight: 100; text-transform: uppercase;
}
.txt_bag_b{font:normal 20px Arial; color:#205a79;}
.txt_quantity{font-size:14px; color:#df1a53}

/*-----------------3-2-10-----------*/
.txt_amazing_a{font:normal 14px Arial, Helvetica, sans-serif; color:#000000;}
.txt_amazing_b{font:normal 11px Arial, Helvetica, sans-serif; color:#ffffff;}

.cart_input{width:53px; height:22px; border:1px solid #dad4db;}
.continue_bt{display:block; float:left; width:auto; padding:5px 10px 5px 10px; background:#205a79; font:normal 12px Arial, Helvetica, sans-serif; color:#FFFFFF; margin:5px 0 0 10px;}

.txt_cart_ab{font:bold 12px Arial, Helvetica, sans-serif; color:#555; text-decoration:underline;}
.txt_cart_ac{font:bold 14px Arial, Helvetica, sans-serif; color:#555;}

/* Layout ========================= form main ======================================================== */

.page-print { padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.page-popup .page-title{padding-left:0; background:0;}
.page-popup .product-name{margin:10px 0;}

.page-popup .ratings{width:100px;}
.page-popup .ratings .rating-box{float:left;}
.page-popup .ratings .amount{float:right;}

.page-popup button{margin-bottom:10px;}
body.page-popup{background:#FFF;}

.page-popup .nav,
.page-popup .a-right{padding:5px 0;}






/* Global Styles ========================================================================= */

/* Form Elements */

input, select, textarea, button {vertical-align:middle; }

input, input.input-text, select, textarea {background:#fff; border:1px solid #C3C3C3; color:#555; font-size:11px; }

input.input-text:focus, select:focus, textarea:focus {}

input.input-text, textarea { padding:2px; }

input.radio { margin-right:3px; }

input.checkbox { margin-right:3px; }

input.qty { width:2.5em; }

textarea { overflow:auto; }


button.button,
button.button-1,
button.button-2 {
	background: 0;
	border: 0;
	cursor: pointer;
	overflow: visible;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	height: 32px !important;
}


button.button-1 span,
button.button span {margin:0; display:block; background:url(../images/buttons_left_bg.gif) left top no-repeat!important; height:32px!important;}

button.button-1 span span,
button.button span span{display:block; background:url(../images/buttons_right_bg.gif) right top no-repeat!important; padding:0 14px; height:32px!important;}

button.button-1 span span span,
button.button span span span{display:block; font-weight:bold; color:#FFF; text-align:center; padding:8px 0 11px; height:15px!important; overflow:hidden!important;  white-space:nowrap; background:url(../images/buttons_bg.gif) left top repeat-x!important; line-height:normal;}



.opc button.button span,
.sidebar button.button span,
button.button-2 span{background:url(../images/buttons_2_left_bg.gif) left top no-repeat!important; height:32px!important; display:block;}



.opc button.button span span,
.sidebar button.button span span,
button.button-2 span span{background:url(../images/buttons_2_right_bg.gif) right top no-repeat!important; padding:0 14px; height:32px!important; display:block;}



.opc button.button span span span,
.sidebar button.button span span span,
button.button-2 span span span{background:url(../images/buttons_2_bg.gif) left top repeat-x!important; display:block; font-weight:bold; color:#FFF; text-align:center; padding:8px 0 11px; height:15px!important; overflow:hidden!important; white-space:nowrap; line-height:normal;}



button.button-3,
button.button-4 {
	background: 0;
	border: 0;
	cursor: pointer;
	overflow: visible;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	height: 22px !important;
}



button.button-3 span{background:url(../images/buttons_3_left_bg.gif) left top no-repeat!important; height:22px!important; display:block;}

button.button-3 span span{background:url(../images/buttons_3_right_bg.gif) right top no-repeat!important; padding:0 9px; height:22px!important; display:block;}

button.button-3 span span span{background:url(../images/buttons_3_bg.gif) left top repeat-x!important; display:block; font-weight:bold; color:#FFF; text-align:center; padding:4px 0 2px; height:15px!important; overflow:hidden!important; white-space:nowrap; line-height:normal;}



button.button-4 span{background:url(../images/buttons_4_left_bg.gif) left top no-repeat!important; height:22px!important; display:block;}

button.button-4 span span{background:url(../images/buttons_4_right_bg.gif) right top no-repeat!important; padding:0 9px; height:22px!important; display:block;}

button.button-4 span span span{background:url(../images/buttons_4_bg.gif) left top repeat-x!important; display:block; font-weight:bold; color:#FFF; text-align:center; padding:4px 0 2px; height:15px!important; overflow:hidden!important; white-space:nowrap; line-height:normal;}





button.disabled {}

button.disabled span {}

button.button::-moz-focus-inner { padding:0; border:0; }


/* Input & Textarea stretched for 100% */

.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }

.field-100 input.input-text,

.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }


/* Form lists */

.form-list li { margin:0 0 5px; }

.form-list label {font-size:1.09em; color:#232323;}

.form-list .input-box { float:left; width:260px; }

.form-list input.input-text,

.form-list textarea { width:250px; }

.form-list select { width:256px; }

.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }

.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }

.form-list .range input.input-text { width:96px; }



.group-select {}

.group-select li { margin:0 0 5px; }

.group-select .input-box { float:left; width:260px; }

.group-select input.input-text,

.group-select textarea {width:510px; }

.group-select select { width:516px; }

.group-select .input-box input.input-text,

.group-select .input-box textarea { width:250px; }

.group-select .input-box select { width:256px; }



.group-select.wide input.input-text,

.group-select.wide textarea { width:510px; }





.buttons-set { clear:both; margin:5px 0 0; padding:5px; }

.buttons-set .back-link { float:left; }

.buttons-set .button { float:right; }



.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; text-align:right; }



/* Form Validation */

.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }

.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }

.validation-passed {}

.required { color:#f00; }

p.required { font-size:11px; text-align:right; font-weight:bold; }

/* Expiration date and cvv number validation fix */

.v-fix { float:left; }

.v-fix .validation-advice { float:left; width:12em; margin-right:-12em; display:inline; position:relative; }



.sp-methods .form-list {}

.sp-methods select.month { width:150px; margin-right:10px; }

.sp-methods select.year { width:96px; }

.sp-methods input.cvv { width:3em !important; }



/* Global Messages  */

.success { color:#3d6611; font-weight:bold; }

.error { color:#f00; font-weight:bold; }

.notice { color:#ccc; }



.messages { width:100%; overflow:hidden; padding-left:0!important; list-style-type:none!important;margin-top:10px;}

.messages ul{padding-left:0!important; list-style-type:none!important;}

.messages li { margin:0 0 10px; }

.messages li li { margin:0 0 3px; }

.error-msg, .success-msg, .note-msg, .notice-msg {
	border-style: solid !important;
	border-width: 1px !important;
	background-position: 10px 10px !important;
	background-repeat: no-repeat !important;
	min-height: 24px !important;
	line-height: 24px!important;
	padding: 8px 8px 8px 32px !important;
	font-size: 12px !important;
	font-weight: bold !important;
	clear: both !important;
	font-family: Arial, Helvetica, sans-serif;
}

.error-msg {
	border-color: #d01e00;
	background-color: #fae7e7;
	background-image: url(../images/error_msg_icon.gif);
	color: #df0a0a;
}

.success-msg {
	border-color: #446423;
	background-color: #eff5ea;
	background-image: url(../images/success_msg_icon.gif);
	color: #3d6611;
}

.note-msg, .notice-msg {
	border-color: #205A79;
	background-color: #e7f7ff;
	background-image: url(../images/note_msg_icon.gif);
	color: #205A79;
}



/* BreadCrumbs */ 

.breadcrumbs{padding:1px 2px 8px;}

.breadcrumbs li{display:inline; color:#999999; font-weight:normal; font-family:Arial, Helvetica, sans-serif; font-size:14px;}
.breadcrumbs .end{display:inline; color:#6aaede; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:14px;}

.breadcrumbs li a{color:#999999; text-decoration:none;}
.breadcrumbs li a:hover{text-decoration:none; color:#6aaede}
.breadcrumbs li a#active123456{text-decoration:none; color:#6aaede}

.breadcrumbs li strong{color:#205A79;}



/* Page Heading */

.page-title {padding:7px 14px; background:#F5F5F5;}

.page-title h2{font-size:1.5em; font-weight:bold; text-transform:uppercase; font-family:Tahoma, Arial, Helvetica, sans-serif;}

.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }



/* Pager */ 

.pager {padding:0; float: left;}

.pager .pages {}

.pager .amount { float:left; }

.pager .limiter { float:right; }

.pager .limiter select{width:63px; height:17px; margin:0 7px 0 9px; border:1px solid #818181; color:#232323;}

.pager .pages strong{font-weight:normal;}

.pager .pages ol { display:inline; }

.pager .pages ol li a {color:#ffffff; font-weight:bold; text-decoration: underline; padding: 5px; display: inline-block; line-height: 22px;}
.pager .pages ol li a:hover { background: #555;}

.pager .pages li { display:inline; }

.pager .pages .current {}

.listing_nav_b .listing_nav_a_left {
	padding: 0;
}

/* Sorter */ 

.sorter {padding:0 0 17px;}

.sorter .view-mode { float:left; }

.sorter .view-mode a{color:#a733cd; text-decoration:underline; font-weight:bold;}

.sorter .view-mode a:hover{text-decoration:none;}

.sorter .view-mode strong{font-weight:normal;}

.sorter .sort-by { float:right; padding-right:43px;}

.sorter .sort-by select{width:92px; height:17px; margin:0 8px 1px 10px; border:1px solid #818181; color:#232323;}

.sorter .link-feed {}



/* Data Table */ 

.data-table { width:100%; }

.data-table th { padding:5px; border:1px solid #C5C1C1; font-weight:bold; white-space:nowrap; }

.data-table td { padding:5px; border:1px solid #C5C1C1; }

.data-table thead {}

.data-table tbody {}

.data-table tfoot {}

.data-table tr.first {}

.data-table tr.last {}

.data-table tr.odd {}

.data-table tr.even {}

.data-table tbody.odd {}

.data-table tbody.odd td { border-width:0 1px; }

.data-table tbody.even {}

.data-table tbody.even td { border-width:0 1px; }

.data-table tbody.odd tr.border td,

.data-table tbody.even tr.border td { border-bottom-width:1px; }

.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }

.data-table td .product-name { font-size:1em; font-weight:bold; line-height:1.5; }

.data-table td.label,

.data-table th.label { font-weight:bold; }

.data-table td.value {}



/* Tax Details Row */

tr.tax-total { cursor:pointer; }

tr.tax-total td {}

tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }

tr.show-details .tax-collapse { background-position:0 -53px; }

tr.show-details td {}

tr.tax-details td { background-color:#f6f6f6; }

tr.tax-details-first td {}



/* Shopping cart tax info */

.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }

.cart-tax-total { cursor:pointer; }

.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }

.cart-tax-total-expanded { background-position:100% -52px; }



/* Lists Decoration */

li.odd {}

li.even {}

dt.odd,
dd.odd {}

dt.even,
dd.even {}



/* Class: std - styles for admin-controlled content */

.std {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background: #fff;
}

.std ul,
.std ol,
.std dl,
.std p {
	margin-bottom: 18px;
}

.std address,
.std blockquote { margin:0 0 1em; padding:0; }

.std ul { list-style:disc outside; padding-left:1.5em; }

.std ol { list-style:decimal outside; padding-left:1.5em; }

.std ul ul { list-style-type:circle; }

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }

.std dt { font-weight:bold; }

.std dd { padding:0 0 0 1.5em; }

.std blockquote { font-style:italic; padding:0 0 0 1.5em; }

.std address { font-style:normal; }

.std b,
.std strong { font-weight:bold; }

.std i,
.std em { font-style:italic; }



/* Misc */

.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; } 



/* ======================================================================================= */





/* Sidebar =============================================================================== */

.sidebar .block {margin:0 0 12px; }

.sidebar .block .block-title {background:url(../images/block_title_bg.jpg) left top repeat-x #1B1B1B; padding:12px 14px 12px;}

.sidebar .block .block-title h2{font-size:1.5em; color:#FFFFFF; text-transform:uppercase; line-height:normal;}

.sidebar .block .block-title h2 a{color:#AFAFAF; text-decoration:none;}

.sidebar .block .block-title h2 a:hover{text-decoration:underline;}

.sidebar .block h3{font-size:1em;}

.sidebar .block .block-content{border:1px solid #D5D9D9; border-top:0; padding:22px 24px 24px 19px;}

.sidebar .block .actions { text-align:right; }

.sidebar .block .actions a { float:left; }



/* Block: Account */

.sidebar .block-account {}

.sidebar .block-account .block-title h2{width:119px; height:16px; overflow:hidden; background:url(../images/account_title.gif) left top no-repeat; text-indent:-999em;}

.sidebar .block-account .block-content ul li{font-size:1em; padding-bottom:3px;}

.sidebar .block-account .block-content ul li a{text-decoration:none; font-weight:bold;}

.sidebar .block-account .block-content ul li a:hover,

.sidebar .block-account .block-content ul li span{text-decoration:underline; font-weight:bold;}



/* Block: Currency Switcher */

.sidebar .block-currency {}

.sidebar .block-currency select { width:100%; border:1px solid #888; }



/* Block: Layered Navigation */

.sidebar .block-layered-nav {}

.sidebar .block-layered-nav .block-title h2{width:177px; height:16px; overflow:hidden; background:url(../images/shop_by_title.gif) left top no-repeat; text-indent:-999em;}

.sidebar .block-layered-nav .block-content{padding:23px 1px 8px;}

.sidebar .block-layered-nav .block-content h3{margin-left:19px;}

.sidebar .block-layered-nav dl{margin-top:7px;}

.sidebar .block-layered-nav dt{font-weight:bold; padding:12px 16px 13px 13px; background:#F5F5F5; text-transform:uppercase; font-size:1.2em;}

.sidebar .block-layered-nav dd{padding:20px 27px 18px 18px; font-size:1.09em; color:#3B3F49;}

.sidebar .block-layered-nav .currently{padding:5px 19px 10px;}

.sidebar .block-layered-nav .currently li{padding-bottom:3px;}

.sidebar .block-layered-nav .actions{padding:0 0 20px 19px;}



/* Block: Cart */

.sidebar .block-cart {}

.sidebar .block-cart .block-title h2{width:81px; height:16px; overflow:hidden; background:url(../images/cart_title.gif) left top no-repeat; text-indent:-999em;}

.sidebar .block-cart .block-content{padding-bottom:22px; padding-top:22px;}

.sidebar .block-cart .amount {}

.sidebar .block-cart .amount a{color:#a733cd; font-weight:bold; text-decoration:none;}

.sidebar .block-cart .amount a:hover{text-decoration:underline;}

.sidebar .block-cart .subtotal .price{color:#C1C1C1; font-size:1.83em; font-weight:bold; line-height:normal;}

.sidebar .block-cart .subtotal { text-align:center; padding-top:5px;}

.sidebar .block-cart .actions{padding:13px 0 13px;}

.sidebar .block-cart .actions button{width:126px; height:31px; overflow:hidden; background:url(../images/cart_checkout_buton.gif) left top no-repeat;}

.sidebar .block-cart .actions button span{display:none;}

.sidebar .block-cart h3{background:url(../images/cart_items_title.gif) 12px 11px no-repeat #F5F5F5; margin:0 -23px 0 -18px; height:38px; text-indent:-999em;}

.sidebar .block-cart ol{margin-top:20px;}



.sidebar .mini-products-list li{padding:0 0 15px;}

.sidebar .mini-products-list .product-image{float:left; width:82px; display:block;}

.sidebar .mini-products-list .product-details{float:left; width:109px;}

.sidebar .mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0 0 10px; }

.sidebar .mini-products-list .product-details h4 a{text-decoration:none;}

.sidebar .mini-products-list .product-details h4 a:hover{text-decoration:underline;}

.sidebar .mini-products-list .product-details .btn-remove { float:right; margin:0 0 5px 5px;}

.sidebar .mini-products-list .product-details .price{font-weight:bold;}

.cart_short_desc br {
	display: none;
}



/* Block: Wishlist */

.sidebar .block-wishlist {}

.sidebar .block-wishlist .block-title h2 span{width:133px; height:16px; display:block; overflow:hidden; background:url(../images/whishlist_title.gif) left top no-repeat; text-indent:-999em;}

.sidebar .block-wishlist ol{margin:10px 0;}



/* Block: Related */

.sidebar .block-related {}

.sidebar .block-related .block-title h2{width:178px; height:16px; overflow:hidden; background:url(../images/related_products_title.gif) left top no-repeat; text-indent:-999em;}

.sidebar .block-related .product-name{line-height:normal;}

.sidebar .block-related .product-name a{text-decoration:none;}

.sidebar .block-related .product-name a:hover{text-decoration:underline;}

.sidebar .block-related .block-content .price-box .regular-price{font-weight:bold; }

.sidebar .block-related .block-content .price-box .regular-price .price{color:#C1C1C1; font-size:1.83em; font-weight:bold; line-height:normal; padding-left:3px;}

.sidebar .block-related .block-content{padding:23px 22px 10px 19px;}

.sidebar .block-related .block-content p a{color:#a733cd; text-decoration:underline; font-weight:bold;}

.sidebar .block-related .block-content p a:hover{text-decoration:none;}

.sidebar .block-related .block-content ol{margin-top:15px;}

.sidebar .block-related li { padding:0 0 20px; }

.sidebar .block-related .checkbox { float:left;}

.sidebar .block-related .item p a{color:#5ECB12; padding-left:5px;}

.sidebar .block-related .item-product{padding-bottom:10px;}

.sidebar .block-related .item-product .product-image{float:left; width:80px; display:block;}

.sidebar .block-related .item-product .product-image img{}

.sidebar .block-related .item-product .product-details{width:108px; float:right;}



/* Block: Compare Products */

.sidebar .block-compare {}

.sidebar .block-compare .block-title h2{color:#AFAFAF;}

.sidebar .block-compare .block-title h2 span{width:187px; height:16px; overflow:hidden; background:url(../images/compare_title.gif) left top no-repeat;; text-indent:-999em; display:block;}

.sidebar .block-compare .block-content{padding-right:18px;}

.sidebar .block-compare li {padding:0 0 15px;}

.sidebar .block-compare li a{font-weight:bold; text-decoration:none;}

.sidebar .block-compare li a:hover{text-decoration:underline;}

.sidebar .block-compare li img{float:right; margin:0 0 5px 5px;}

.sidebar .block-compare .block-content .actions{margin-right:-5px; margin-left:-2px;}

.sidebar .block-compare .block-content .actions a{display:block; padding:8px 11px 10px 15px; background:url(../images/clear_all_button.gif) left top no-repeat; font-size:1.16em; color:#FFF; font-weight:bold; text-transform:uppercase; text-decoration:none;}

.sidebar .block-compare .block-content .actions a:hover{text-decoration:none;}

/* Block: Viewed */

.sidebar .block-recent {}

.sidebar .block-recent .block-content{padding-bottom:15px;}

.sidebar .block-recent li{padding-bottom:16px;}

.sidebar .block-recent li a{font-weight:bold; text-decoration:none;}

.sidebar .block-recent li a:hover{text-decoration:underline;}

.sidebar .recently-compared .block-title h2{width:192px; height:36px; overflow:hidden; background:url(../images/recently_compared_title.gif) left top no-repeat; text-indent:-999em;}

.sidebar .recently-viwed .block-title h2{width:160px; height:36px; overflow:hidden; background:url(../images/recently_viewed_title.gif) left top no-repeat;; text-indent:-999em;}





/* Block: Poll */

.sidebar .block-poll {}

.sidebar .block-poll .block-title h2{width:164px; height:16px; overflow:hidden; background:url(../images/poll_title.gif) left top no-repeat; text-indent:-999em;}

.sidebar .block-poll ol span{color:#232323;}

.sidebar .block-poll .radio { float:left; margin:3px -18px 0 0; }

.sidebar .block-poll .label { display:block; margin-left:18px;}

.sidebar .block-poll .answer{float:left; width:100%;}

.sidebar .block-poll .answer span{display:block; width:107px;}

.sidebar .block-poll .votes{font-weight:bold; float:right; width:65px; margin-top:-15px;}

.sidebar .block-poll .block-content ol{margin-top:15px;}

.sidebar .block-poll .block-content ol li{padding-bottom:5px; color:#58646A;}



/* Block: Tags */

.sidebar .block-tags .block-title h2{width:133px; height:16px; overflow:hidden; background:url(../images/tags_title.gif) left top no-repeat; text-indent:-999em;}

.sidebar .block-tags ul{font-size:1.2em;}

.sidebar .block-tags ul,

.sidebar .block-tags li {display:inline; line-height:1.5em;}

.sidebar .block-tags .actions{margin:10px 0;}



/* Block: Subscribe */

.sidebar .block-subscribe{padding:14px 15px 17px 14px; background:url(../images/newsletter_bg.jpg) left top repeat-x #11BFE8;}

.sidebar .block-subscribe .block-title{background:0; padding:0;}

.sidebar .block-subscribe .block-title h2{width:118px; height:16px; overflow:hidden; background:url(../images/newsletter_title.gif) left top no-repeat; text-indent:-999em;}

.sidebar .block-subscribe .block-content{padding:6px 0 0 0; border:0;}

.sidebar .block-subscribe label{color:#FFF;}

.sidebar .block-subscribe .input-box{background:url(../images/newsletter_input_bg.gif) left top no-repeat; height:21px; overflow:hidden; margin-top:3px; padding:3px 0 0 3px;}

.sidebar .block-subscribe .input-box input{width:153px; height:14px; float:left; margin-right:7px; border-color:#FFF;}

.sidebar .block-subscribe .input-box button{width:30px; height:18px!important; overflow:hidden; float:left;}

.sidebar .block-subscribe .input-box button span{display:none;}





/* Block: Reorder */

.block-reorder {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);
	border: 1px solid #E3E3E3;
	padding: 15px;
	margin-top: 20px;
}

.block-reorder li {
	list-style: none;
	line-height: 18px;
}

.block-reorder .checkbox {
	float: left;
	margin: 3px -20px 0 0;
}

.block-reorder .product-name {
	display: block;
	margin-left: 20px;
}

.block-reorder .btn-cart {
	background:none repeat scroll 0 0 #da3543;
	border-color:#e27d86 #e27d86 #b02531 #b02531;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	cursor:pointer;
	font-size:14px;
	padding:7px 5px 0 5px;
}

.block-reorder a:hover {
	text-decoration: underline;
}

.block-reorder .block-title {
	font-size: 16px;
	margin-bottom: 10px;
}





.sidebar .block-reorder {}

.sidebar .block-reorder .block-title h2 span{width:108px; height:16px; overflow:hidden; display:block; background:url(../images/orders_title.gif) left top no-repeat; text-indent:-999em;}

.sidebar .block-reorder li { padding:5px 0; list-style:none;}

.sidebar .block-reorder .checkbox { float:left; margin:3px -20px 0 0; }

.sidebar .block-reorder .label { display:block; margin-left:20px; }



/* Block: Banner */

.sidebar .block-banner {}

.sidebar .block-banner .block-content { text-align:center; }



/* Block: Checkout Progress */

.sidebar .block-progress {}

.sidebar .block-progress .block-title{background:url(../images/block_progress_title_bg.gif) left top repeat-x #1B1B1B;}

.sidebar .block-progress .block-title h2{width:152px; height:36px; overflow:hidden; background:url(../images/block_progress_title.gif) left top no-repeat; text-indent:-999em;}

.sidebar .block-progress .block-content{padding:24px 20px 30px 20px;}



.sidebar .block-progress dl{border-top:1px solid #C5C1C1;}

.sidebar .block-progress dt{font-weight:bold; padding:13px 0 10px 19px;}

.sidebar .block-progress dd{padding:32px 60px 21px 20px;}

.sidebar .block-progress dt,

.sidebar .block-progress dd{border:1px solid #C5C1C1; border-top:0;}

.sidebar .block-progress dt.complete,

.sidebar .block-progress dd.complete {}





/* ======================================================================================= */





/* Category Page ========================================================================= */

.category-title{padding:7px 14px; background:#F5F5F5;}

.category-title h2{font-size:1.5em; font-weight:bold; text-transform:uppercase; }

.category-image { display:block; margin:20px auto; width:99%; }

.category-products{padding:20px 19px;}





.product-name-block{background:url(../images/product_name_block_border.gif) left top repeat-x; width:100%; margin-bottom:29px;}

.product-name-block .border-bot{background:url(../images/product_name_block_border.gif) left bottom repeat-x;}

.product-name-block .border-left{background:url(../images/product_name_block_border.gif) left top repeat-y;}

.product-name-block .border-right{background:url(../images/product_name_block_border.gif) right top repeat-y;}

.product-name-block .corner-left-top{background:url(../images/product_name_block_corner_left_top.gif) left top no-repeat;}

.product-name-block .corner-right-top{background:url(../images/product_name_block_corner_right_top.gif) right top no-repeat;}

.product-name-block .corner-left-bot{background:url(../images/product_name_block_corner_left_bot.gif) left bottom no-repeat;}

.product-name-block .corner-right-bot{background:url(../images/product_name_block_corner_right_bot.gif) right bottom no-repeat; padding:6px 14px;}




/* View Type: List */

.products-list{margin-bottom:25px;}

.products-list .item {padding:20px 0; border-bottom:1px solid #E9E9E9;}

.products-list h3.product-name a{text-decoration:none; font-size:1.09em;}

.products-list h3.product-name a:hover{text-decoration:underline;}

.products-list .product-image{float:left; display:block; width:145px;}

.products-list .product-shop{float:left; width:268px;}

.products-list .product-shop .ratings .rating-box{float:left;}

.products-list .product-shop .ratings .rating-links{float:left; margin-left:18px;}

.products-list .product-shop .ratings .rating-links a{font-weight:bold; color:#5ECB12; text-decoration:underline;}

.products-list .product-shop .ratings .rating-links a:hover{text-decoration:none;}

.products-list .product-shop .ratings .rating-links a.last{color:#a733cd; padding-left:5px;}

.products-list .product-shop .ratings .rating-links .separator{display:none;}

.products-list .product-shop .price-box{float:left; margin-top:15px;}

.products-list .product-shop .price-box .regular-price{font-weight:bold; font-size:1em;}

.products-list .product-shop .price-box .price{color:#C1C1C1; font-size:1.83em; font-weight:bold; line-height:normal; padding-left:5px;}

.products-list .product-shop .price-box .minimal-price-link .price{font-size:1em; color:#232323;}

.products-list .product-shop button{float:left; margin:15px 0 10px 20px;}

.products-list .product-shop .desc{padding:10px 0;}

/* ======================================================================================= */





/* Product View ========================================================================== */

.be-the-first{padding-bottom:10px; display:block;}

.product-essential{padding:28px 22px 5px 31px;}

.product-collateral{padding:10px 0 0 0;}



/* Product Images */
/*
.product-view .product-img-box { float:left; width:267px; }

.product-view .product-img-box .product-image {}

.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }

.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }

.product-view .product-img-box .zoom-notice { text-align:center; font-size:0.91em; padding:10px 0; }

.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }

.product-view .product-img-box .zoom #track { position:relative; height:18px; }

.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 6px no-repeat;  }

.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }

.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }

.listing_block .more-views h2 { font-size:20px; font-weight:normal;}

.listing_block .more-views ul { margin-left:-7px; margin-top:15px; }

.listing_block .more-views li { float:left; margin:0 0 7px 7px ; }

.listing_block .more-views { width: 200px; position:absolute; right: 0; top: 270px;}

.listing_block { position: relative; }


.product-image-popup { margin:0 auto; }

.product-image-popup .nav { text-align:center; }

.product-image-popup .image { display:block; }

.product-image-popup .image-label {}
*/


/* Product Shop */

.product-view .product-shop { float:right; width:373px; }

.product-view .product-name .product-name-block{margin-bottom:20px;}

.product-view .product-name h2{font-size:1em; font-weight:bold;}

.product-view .product-pricing{margin-bottom:12px;}

.product-view .product-pricing .price{text-decoration:underline;}

.product-view .product-pricing .benefit{text-decoration:underline; font-weight:normal;}

.product-view .price-box .regular-price{font-weight:bold;}

.product-view .price-box .regular-price .price{color:#C1C1C1; font-size:1.83em; font-weight:bold; line-height:normal; padding-left:5px;}



/* Availability */

.availability {}

.availability .in-stock {}

.availability .out-of-stock { font-weight:bold; color:#f00; }



/********** < Product Prices */

.price { white-space:nowrap !important; }

.price-box {margin:10px 0; font-size:24px; color:#06263d;}

.price-box .price { font-weight:bold; }

.price-box-bundle {}



/* Regular price */

.regular-price {}

.regular-price .price { font-weight:bold; }



/* Old price */

.old-price {}

.old-price .price-label { white-space:nowrap; }

.old-price .price { font-weight:bold; text-decoration:line-through; }



/* Special price */

.special-price {}

.special-price .price-label { font-weight:bold; white-space:nowrap; }

.special-price .price { font-weight:bold; }



/* Minimal price (as low as) */

.minimal-price {}

.minimal-price .price-label { font-weight:bold; white-space:nowrap; }



a.minimal-price-link { display:block; font-size: 16px; }

a.minimal-price-link .label {}

a.minimal-price-link .price { font-weight:normal; }



/* Excluding tax */

.price-excluding-tax { display:block; }

.price-excluding-tax .label { white-space:nowrap; }

.price-excluding-tax .price { font-weight:bold; }



/* Including tax */

.price-including-tax { display:block; }

.price-including-tax .label { white-space:nowrap; }

.price-including-tax .price { font-weight:bold; }



/* Excl tax (for order tables) */

.price-excl-tax  { display:block; }

.price-excl-tax .label { display:block; white-space:nowrap; }

.price-excl-tax .price { display:block; }



/* Incl tax (for order tables) */

.price-incl-tax { display:block; }

.price-incl-tax .label { display:block; white-space:nowrap; }

.price-incl-tax .price { display:block; font-weight:bold; }



/* Price range */

.price-from {}

.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}

.price-to .price-label { font-weight:bold; white-space:nowrap; }



/* Price as configured */

.price-as-configured {}

.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }



/* Price notice next to the options */

.price-notice { padding-left:10px; }

.price-notice .price { font-weight:bold; }

/********** Product Prices > */



/* Tier Prices */

.tier-prices .price { font-weight:bold; }

.tier-prices .benefit {}



/* Add to Links */

.add-to-links li{display:inline; padding-right:10px;}

.add-to-links li a{color:#5ECB12; text-decoration:underline; font-weight:bold;}

.add-to-links li a:hover{text-decoration:none;}

.add-to-links li.last a{color:#a733cd;}

.add-to-links .separator { display:none; }



/* Add to Cart */

.add-to-cart label { float:left; margin-right:5px; }

.add-to-cart .qty { float:left; }

.add-to-cart .button { float:left; margin-left:5px; }



/* Add to Links + Add to Cart */

.add-to-box {}

.add-to-box .add-to-cart { float:left; }

.add-to-box .add-to-cart label{margin-top:8px;}

.add-to-box .add-to-cart input{width:52px; margin:5px 12px 0 3px;}

.add-to-box .or { float:left; margin:9px 9px 0 8px; text-transform:lowercase; font-size:1em;}

.add-to-box .add-to-links {float:left;}

.add-to-box .add-to-links li{display:block; margin-bottom:5px; padding:0;}

.add-to-box .add-to-links li.last a{color:#a733cd;}



/* Product Options */

.product-shop label {
	font-weight: bold;
	
}

.product-shop #qty {
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	margin: 0 0 0 15px;
	width: 20px;
}

.product-shop .tier-prices {
	list-style: none
}

.product-options dt .qty-holder {
	float: right;
}

.product-options dt .qty-holder label {
	vertical-align: middle;
}

.product-options dt .qty-disabled {
	background: none;
	border: 0;
	padding: 3px;
	color: #000;
}

.product-options dd {
	margin: 10px 0;
}

.product-options dd input.input-text {
	width: 98%;
}

.product-options dd textarea {
	width: 98%;
	height: 8em;
}

.product-options dd select {
	width: 100%;
}

.product-options dd .multiselect option {
}

.product-options .options-list {
	list-style: none;
}

.product-options .options-list input.radio {
	float: left;
	margin: 3px -18px 0 0;
}

.product-options .options-list input.checkbox {
	float: left;
	margin: 3px -20px 0 0;
}

.product-options .options-list .label {
	display: block;
	margin-left: 20px;
}

.product-options ul.validation-failed {
	padding: 0 7px;
}

.product-options p.required {
	padding: 10px 0 0;
}

.product-options-bottom .add-to-cart label {
	margin-top: 7px;
}

.product-options-bottom .add-to-cart input {
	height: 18px;
	margin-top: 4px;
}

.multiselect{height:auto!important;}





/* Grouped Product */

.grouped-items {}

.to-friend{padding-bottom:10px; display:block;}



/* Block: Description */

.product-view .description {}

.product-view .description h3{font-size:1.5em; font-weight:bold; text-transform:uppercase; padding:7px 14px; background:#F5F5F5;}

.product-view .description .std{padding:25px 39px 26px 32px;}



/* Block: Additional */

.product-view .additional {}

.product-view .additional h3{font-size:1.5em; font-weight:bold; text-transform:uppercase; padding:7px 14px; background:#F5F5F5;}

.product-view .additional .additional-indent{padding:26px 31px 30px 32px;}

.product-view .additional .data-table th{padding:12px 10px 12px;}

.product-view .additional .data-table td{padding:11px 18px 11px;}



/* Block: Upsell */

.product-view .up-sell {}

.product-view .up-sell h3{font-size:1.5em; font-weight:bold; text-transform:uppercase; padding:7px 14px; background:#F5F5F5;}

.product-view .up-sell .upsell-indent{padding:28px 17px 29px 13px;}

.product-view .up-sell .products-grid{margin:0 0 0 0;}

.product-view .up-sell .products-grid td { width:25%; padding:0 22px; border-color:#C5C1C1; }

.product-view .up-sell .products-grid .product-image{width:136px; display:block; margin:0 auto;}

.product-view .up-sell .ratings{width:auto; margin:0;}

.product-view .up-sell .ratings .rating-box{float:none; width:78px; margin:0 auto 5px;}


/* ======================================================================================= */





/* Content Styles ================================================================= */

/* Product Tags */

.tags-list li { display:inline; }



/* Advanced Search */

.search-summary {padding:15px 0;}

/* ======================================================================================= */




/* Product Review ======================================================================== */


/* Block: Add Review */

.product-view .add-review {}

.product-view .add-review .product-name span { font-weight:normal; }


.product-review {}

.product-review .product-img-box { float:left; width:140px;  }

.product-review .product-img-box img{margin-bottom:15px; display:block;}

.product-review .product-img-box .ratings{margin:10px 0;}

.product-review .product-img-box .ratings .rating-links{padding-top:5px;}

.product-review .product-img-box .ratings .rating-links a{color:#5ECB12; font-weight:bold; text-decoration:underline; display:block;}

.product-review .product-img-box .ratings .rating-links a:hover{text-decoration:none;}

.product-review .product-img-box .ratings .rating-links a.last{color:#a733cd;}

.product-review .product-img-box .ratings .rating-links .separator{display:none;}



.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }

.product-review .details { float:right; width:542px; }

.product-review .details h3{font-size:1em;}

.product-review .details .ratings-list{margin-top:15px;}

.product-review .details .ratings-list dt{padding-bottom:5px;}

.product-review .details .ratings-list dd{padding-bottom:10px;}



.review-customer-view .col-main .product-review{border:1px solid #D5D9D9; padding:1px; margin-bottom:12px;}

.review-customer-view .col-main .product-img-box .product-image{display:block; margin-bottom:10px;}

.review-customer-view .col-main .product-details{width:523px; float:right;}

.review-customer-view .col-main .data-table{margin:15px 0;}

.review-customer-view .col-main .ratings{margin:15px 0;}

.review-customer-view .col-main .ratings .rating-box{padding:5px 0;}



.tag-customer-index .col-main .tags-list{font-size:1.2em; margin-top:10px;}



.tag-customer-view .col-main .data-table{margin:10px 0;}

/* ======================================================================================= */





/* Shopping Cart ========================================================================= */

.cart .checkout-types{float:right; text-align:right;}

.cart .page-title{background:url(../images/cart_title_bg.gif) left top repeat-x #1B1B1B; padding:12px 14px 12px;}

.cart .page-title h2{width:144px; height:16px; overflow:hidden; background:url(../images/shopping_cart_title.gif) left top no-repeat; text-indent:99999em;}

.cart .pages-border{padding:24px 23px 30px 19px; border-top:0;}



.cart .checkout-types button{width:226px; height:31px!important; margin-bottom:20px; overflow:hidden; background:url(../images/checkout_button.gif) left top no-repeat;}

.cart .checkout-types button span{display:none;}



.cart .cart-table{border-right:1px solid #C6CCCC;}

.cart .cart-table .product-name a{text-decoration:none;}

.cart .cart-table .product-name a:hover{text-decoration:underline;}

.cart .cart-table .price{color:#C1C1C1; font-size:1.83em; font-weight:bold; line-height:normal;}

.cart .cart-table input{border:1px solid #C6CCCC; color:#3B3F49;}

.cart .cart-table th{padding:8px 20px;}

.cart .cart-table td{vertical-align:middle; text-align:center!important; padding:10px;}

.cart .cart-table tfoot td{padding:10px 19px 21px 20px;}





/* Shopping Cart Table */

.cart-table .item-msg { font-size:10px; }



/* Shopping Cart Collateral boxes */

.cart .cart-collaterals { float:left; width:675px; }

.cart .cart-collaterals .col-1{width:247px;}

.cart .cart-collaterals .col-2{width:417px;}

.cart .crosssell{border:1px solid #D5D9D9; padding:1px;}

.cart .crosssell h3{padding:18px; background:#F5F5F5; font-size:1em; line-height:normal;}

.cart .crosssell ul.crosssel-list{padding:0 27px 9px 28px;}

.cart .crosssell ul .item{padding:21px 0 19px; border-bottom:1px solid #E9E9E9;}

.cart .crosssell ul li.last{border:0;}

.cart .crosssell .product-image {float:left; width:65px; display:block;}

.cart .crosssell .product-shop {float:right; width:112px;}

.cart .crosssell .product-shop .product-name a{text-decoration:none; font-size:1.09em;}

.cart .crosssell .product-shop .product-name a:hover{text-decoration:underline;}

.cart .crosssell .product-shop .price-box .regular-price{font-weight:bold;}

.cart .crosssell .product-shop .price-box .regular-price .price{color:#C1C1C1; font-size:1.83em; font-weight:bold; line-height:normal; padding-left:5px;}

.cart .crosssell .a-center{padding-top:5px;}

.cart .crosssell .add-to-links{margin:5px -15px 0 0; position:relative;}

.cart .crosssell .add-to-links li{padding-right:7px;}



.cart .discount{}

.cart .discount .page-title{background:url(../images/discount_title_bg.gif) left top repeat-x #1B1B1B; padding:12px 14px 12px;}

.cart .discount h3{width:156px; height:16px; overflow:hidden; background:url(../images/discount_title.gif) left top no-repeat; text-indent:-999em;}

.cart .discount .pages-border{padding:23px 19px 31px; border-top:0;}

.cart .discount .pages-border label{display:block; margin-bottom:10px;}

.cart .discount .pages-border input{width:210px; border:1px solid #B1B1B1; margin-right:10px;}



.cart .shipping {}

.cart .shipping .page-title{background:url(../images/shipping_title_bg.gif) left top repeat-x; padding:12px 14px 12px;}

.cart .shipping .page-title h3{width:254px; height:16px; overflow:hidden; background:url(../images/shippingt_title.gif) left top no-repeat; text-indent:-999em;}

.cart .shipping .form-list{margin-top:15px;}

.cart .shipping .form-list select{width:368px;}

.cart .shipping .form-list input{width:362px;}



/* Shopping Cart Totals */

.cart .totals{float:right; width:244px; padding:19px 23px 26px 23px; border:1px solid #D5D9D9;}

.cart .totals table { width:100%; }

.cart .totals table th,

.cart .totals table td { padding:5px; }

.cart .totals table th { font-weight:bold; text-align:left!important; padding-top:10px; }

.cart .totals table .price{color:#C1C1C1; font-size:1.83em; font-weight:bold; line-height:0.8em;}

.cart .totals table .tax-collapse{text-align:left; font-weight:bold; padding-top:10px;}

.cart .totals .checkout-types{margin-top:15px;}

.cart .totals .checkout-types li{text-align:center; padding-bottom:15px;}

.cart .totals .checkout-types li button{margin-bottom:5px;}

.cart .totals .checkout-types li a{color:#a733cd; text-decoration:underline; font-weight:bold;}

.cart .totals .checkout-types li a:hover{text-decoration:none;}



/* Options Tool Tip */

.item-options dt { font-weight:bold; font-style:italic; }

.item-options dd { padding-left:10px; }

.truncated { cursor:help; }

.truncated a.dots { cursor:help; }

.truncated a.details { cursor:help; }

.truncated .truncated_full_value { position:relative; z-index:999; }

.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }

.truncated .show dl { top:-20px; left:50%; }

.col-left .truncated .show dl { left:30px; top:7px; }

.col-right .truncated .show dl  { left:-240px; top:7px; }

/* ======================================================================================= */





/* Multiple Addresses Checkout */

.checkout-progress {padding:20px; margin-bottom:20px; text-align:center; border:1px solid #D5D9D9;}

.checkout-progress li {display:inline; width:15%; text-align:center; color:#FFFFFF; border:0; padding:1px 10px 1px 10px; margin-right:5px; background:#66D718;}

.checkout-progress li.active {background:#0DD0F3; color:#FFFFFF;}



.multiple-checkout { position:relative; }

.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }

.multiple-checkout .grand-total big {}

.multiple-checkout .grand-total .price {}



.checkout-multishipping-addresses .col-main .page-title{}

.checkout-multishipping-addresses .col-main .page-title h2{padding:0;}

.checkout-multishipping-addresses .col-main .multiple-checkout h3{margin:0 0 10px;}

.checkout-multishipping-addresses .col-main #multiship-addresses-table{border-collapse:collapse; margin-bottom:10px; border-right:1px solid #C5C1C1;}

/*.checkout-multishipping-addresses .col-main #multiship-addresses-table tfoot td{border-top:1px solid #BEBCB7; padding:5px;}*/

.checkout-multishipping-addresses .col-main .multiple-checkout .buttons-set{border:0;}

.checkout-multishipping-addresses .col-main .multiple-checkout .buttons-set button{margin-left:10px;}



.checkout-multishipping-shipping .col-main .page-title{margin-bottom:15px;}

.checkout-multishipping-shipping .col-main .multiple-checkout{width:100%;}

.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set{background:0;}

.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set .col-1{width:30%;}

.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set .col-2{width:68%;}

.checkout-multishipping-shipping .col-main .wide .data-table{border-collapse:collapse; margin-top:15px;}

.checkout-multishipping-shipping .col-main .multiple-checkout h3{border:1px solid #BEBCB7; border-bottom:0; margin-bottom:0; font-size:1em; padding:3px; padding-left:20px;}

.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set{border:1px solid #BEBCB7; padding:20px; margin-bottom:15px;}

.checkout-multishipping-shipping .col-main .multiple-checkout .buttons-set{border:0;}

.checkout-multishipping-shipping .col-main .multiple-checkout .buttons-set button{margin-left:10px;}

.checkout-multishipping-shipping .col-main .multiple-checkout .col-1 h4{margin:10px 0;}



.checkout-multishipping-billing .col-main .col2-set{background:0; border:1px solid #BEBCB7; padding:20px; margin-top:15px;}

.checkout-multishipping-billing .col-main .col2-set .col-2 h3{margin-bottom:20px;}

.checkout-multishipping-billing .col-main .col2-set .col-1{width:60%;}

.checkout-multishipping-billing .col-main .col2-set .col-2{width:38%;}

.checkout-multishipping-billing .col-main .buttons-set{padding:20px 0; border:0;}

.checkout-multishipping-billing .col-main .buttons-set button{margin-left:15px;}

.checkout-multishipping-billing .col-main .col-2 dl dt{padding:5px 0;}

.checkout-multishipping-billing .col-main .col-2 dl dd{padding:0 0 0 20px;}

.checkout-multishipping-billing .col-main .col-2 dd .v-fix{padding-right:5px;}

.checkout-multishipping-billing .input-box{width:auto;}

.checkout-multishipping-billing .input-box input{width:250px;}



.checkout-multishipping-overview .col-main .page-title{margin-bottom:15px;}

.checkout-multishipping-overview .col-main .col2-set{background:0; border:1px solid #D5D9D9; padding:20px;}

.checkout-multishipping-overview .col-main .col2-set .col-1{width:30%;}

.checkout-multishipping-overview .col-main .col2-set .col-2{width:68%;}

.checkout-multishipping-overview .col-main .multiple-checkout h3{margin:10px 0;}

.checkout-multishipping-overview .col-main .col2-set h3{margin:0;}

.checkout-multishipping-overview .col-main .col2-set .data-table{border-collapse:collapse;}

.checkout-multishipping-overview .col-main .col2-set .data-table tfoot th,

.checkout-multishipping-overview .col-main .col2-set .data-table tfoot td{border-top:1px solid #BFBFBF;} 

.checkout-multishipping-overview .col-main .grand-total{margin:10px 0;}

.checkout-multishipping-overview .data-table{margin:10px 0;}



/*.checkout-multishipping-address-newshipping #form-validate #lastname{width:251px;}*/



/*.checkout-multishipping-address-editshipping #form-validate #lastname{width:251px;}*/



.checkout-multishipping-address-selectbilling .page-title h2{background:0;}

.checkout-multishipping-address-selectbilling .multiple-checkout{padding:20px;}



.checkout-multishipping-address-editaddress #form-validate #lastname{width:251px;}



.checkout-multishipping-address-editbilling #form-validate #lastname{width:251px;}



.checkout-multishipping-success .content-box{padding:30px;}

.checkout-multishipping-success .buttons-set{border:0;}


#lastname{width:251px!important;}



/********** < Common Checkout Styles */

.sp-methods{padding: 0 0 15px 0;}

.sp-methods dt { font-weight:bold; }

.sp-methods .price { font-weight:bold; }

.sp-methods label { font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

.checkout-onepage-index #checkout-payment-method-load dt{padding:5px 0;}

.checkout-onepage-index #checkout-payment-method-load dd{padding:0 20px;}

.checkout-onepage-index .col-right{width:259px;}

.checkout-onepage-index .col-main{width:708px;}



.please-wait { float:right; padding-right:50px;}

.cvv-what-is-this { cursor:help; margin-left:5px;}



/* Tooltip */

.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; left:0; z-index:1000; top:15px!important;}

.tool-tip .btn-close { text-align:right; }

.tool-tip .tool-tip-content { padding:5px; }



/* Gift Messages */

.add-gift-message {margin-top:15px;}

.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }

.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto;}

.gift-message-form .gift-item {}

.gift-message-form textarea{width:510px!important;}

.gift-message-form .input-box{display:block; width:283px!important;}

.gift-message-form .input-box input{width:226px!important;}



.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }

.gift-message-link.expanded { background-position:0 -53px; }

.gift-message-row {}

.gift-message-row .btn-close { float:right; }

.gift-message dt span { font-weight:bold; }



/* Checkout Agreements */

.checkout-agreements {}

.checkout-agreements li { margin:10px 0; }

.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }

.checkout-agreements .agree { padding:6px; }

/********** Common Checkout Styles > */

/* ======================================================================================= */





/* Account Login/Create Pages ============================================================ */

.col2-left-layout .col-main { float:right; width:728px;}

.col2-set .col-1 { float:left; width:49%; }

.col2-set .col-2 { float:right; width:49%; }

.col2-set .narrow { width:33%; }

.col2-set .wide { width:65%; }

.dashboard .col2-set {
	padding: 5px 0;
	clear: both;
}

.dashboard .col2-set h4 {
	color: #D32735;
	font-size: 14px;
}

.dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
	padding: 15px;
	width: 295px;
	height: auto;
	text-align: left;
}

fieldset li {
	list-style: none;
}

fieldset.group-select {
	background: #ffffff
}

.customer-account-login .col-main .account-login .col2-set{padding:17px;}

.account-login .col2-set{display:block; float:left; width:917px; padding:20px; margin:0 0 18px 0px; border:1px solid #e3e3e3;}

.col2-set .col-1{display:block; float:left; width:46%; border:1px solid #e3e3e3; padding:10px; text-align:left; height: 250px;}
.col2-set .col-1 .content{display:block; float:left; width:405px; padding:0 0 22px 0; text-align:left;}
.col2-set .col-1 h2{font:bold 14px Arial, Helvetica, sans-serif; color:#d32735; text-transform:uppercase;}
.col2-set .col-1 p{font:normal 12px Arial, Helvetica, sans-serif; color:#000000;}

.col2-set .col-2{display:block; float:right; width:46%; border:1px solid #e3e3e3; padding:10px; height: 250px;}
.col2-set .col-2 h2{font:bold 14px Arial, Helvetica, sans-serif; color:#d32735; text-transform:uppercase;}
.col2-set .col-2 p{font:normal 12px Arial, Helvetica, sans-serif; color:#000000; height:50px;}


.col2-set .col-2 .form{padding:0 0 5px 0; font:bold 11px Arial, Helvetica, sans-serif; color:#878787; line-height:18px;}
.col2-set .col-2 .input{width:254px; height:18px; border:1px solid #e9e9e9; }






.account-login {}

.account-login .new-users {}

.account-login .registered-users {}

.page-head h3 {
	color:#FFFFFF;
	font:18px Baskerville,Times,"Times New Roman";
	text-transform:uppercase;
	font-size:20px;
	line-height:30px;
	height: 30px;
	padding: 0 20px;
	background: #205A79;
	margin: 20px 0 0 0;
	display: block;
}

.account-create {
	margin-left: 18px;
	font-family:Arial, Helvetica, sans-serif;
}

.account-create .page-title {
	margin: 18px 0 18px 0;
}

.account-create li {
	clear: both;
}

.account-create label {
	font-size: 13px;
	font-weight: 100;
	line-height: 18px;
}

.account-create .form-button {
	background: none repeat scroll 0 0 #D32735;
	border: 1px solid #DAD4DB;
	color: #ffffff;
	cursor: pointer;
	font: bold 12px arial, sans-serif !important;
	overflow: visible;
	text-align: center;
	vertical-align: middle;
	width: auto;
	padding: 4px 8px;
	float: right;
}

.account-create .button-set .left {
	color: #D32735;
	text-decoration: underline;
}

.form-list li {
	margin-bottom: 6px;
	padding: 0px;
}

.form-list li .input-box .input-text, .form-list li .input-box textarea {
	width: 250px;
}

.form-list li .input-box select {
	width: 256px;
}

.form-list li.addElement {
	border-top: 1px solid #E3E3E3;
	padding-top: 10px;
}

.group-select {
	margin: 28px 0;
	border: 1px solid #E3E3E3;
	padding: 22px 25px 12px 25px;
}

.group-select .legend {
	margin-top: -33px;
	float: left;
	border: 1px solid #E3E3E3;
	padding: 2px 8px;
	color: #D32735;
	font-weight: bold;
	font-size: 16px;
	background: #ffffff;
}
.group-select li { padding:4px 8px; }
.group-select li .input-box { float:left; width:275px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:525px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px; }





/* Account Login/Create Pages ============================================================ */





/* My Account ============================================================================= */

/********** < Dashboard */

.dashboard {
	padding: 15px;
	background: rgb(255,255,255);
}

.dashboard .welcome-msg {
	font-size: 12px;
}

.dashboard .data-table {
	margin: 10px 0;
}

.dashboard .box-account {
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.dashboard .col2-set {
	padding: 5px 0;
	clear: both;
}

.dashboard .col2-set h4 {
	color: #D32735;
	font-size: 14px;
}

.dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
	padding: 15px;
	width: 295px;
	height: auto;
	text-align: left;
}

.dashboard .reviews {
	margin: 10px 0;
}

.block-account {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);
	border: 1px solid #E3E3E3;
	padding: 15px;
	margin-top: 20px;
}

.block-account a:hover {
	text-decoration: underline;
}

.block-account .block-title {
	font-size: 16px;
	margin-bottom: 10px;
}

.block-account .block-content li {
	list-style: disc;
	margin-left: 20px;
	line-height: 18px;
}

.my-account {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.my-account li {
	list-style: none;
}

.my-account form {
	width: 440px;
	padding: 0 20px 60px 20px;
	display: block;
}

.my-account .field, .my-account .legend {
	clear: both;
}

.my-account label {
	float: left;
	clear: left;
	display: block;
	width: 160px;
	margin-bottom: 5px;
}

.my-account select {
	float: left;
	margin-bottom: 5px;
}

.my-account .col-1 {
	height: auto;
}

.my-account .btn_norm {
	float: right;
}

.my-account .input-text {
	float: left;
	display: block;
	width: 251px;
	margin-bottom: 5px;
}

.my-account .control {
	clear: both;
	padding: 10px 0;
}

.my-account .checkbox {
	float: left;
	display: block;
	width: 51px;
	margin-bottom: 5px;
}

/* Block: Recent Orders */

.dashboard .recent-orders { margin:10px 0; }



/* Block: Tags */

.dashboard .tags .number { float:left; margin-right:-20px; }

.dashboard .tags .details { margin-left:20px; }



/* Block: Reviews */

.dashboard .reviews {}

/********** Dashboard > */



/* Order View */

.order-info { border:1px solid #ddd; padding:5px; margin-bottom:20px; }

.order-info dt,

.order-info dd,

.order-info ul,

.order-info li { display:inline; }

.order-info dt { font-weight:bold; }



/* Print Pages */

.page-print .print-head {padding-bottom:20px;}

.page-print .print-head img { float:left; }

.page-print .print-head address { float:left; margin-left:15px; }

.page-print .col2-set{padding:5px 0;}

.page-print .col2-set .col-1,

.page-print .col2-set .col-2{padding:5px 0;}





/* Price Rewrites */

.page-print .gift-message-link { display:none; }

.page-print .price-excl-tax,

.page-print .price-incl-tax { display:block; white-space:nowrap; }

.page-print .cart-price,

.page-print .price-excl-tax .label,

.page-print .price-incl-tax .label,

.page-print .price-excl-tax .price,

.page-print .price-incl-tax .price { display:inline; }



.customer-name-middlename .name-firstname{width:200px!important;}

.customer-name-middlename .name-firstname input{width:190px!important;}

.customer-name-middlename .name-middlename{width:60px!important;}

.customer-name-middlename .name-middlename input{width:50px!important;}

.customer-name-middlename .input-box-2 input{width:250px!important;}



.customer-dob .input-box{width:60px!important;}

.customer-dob .input-box input{width:50px!important;}



.catalogsearch-advanced-index #form-validate .range input{width:150px;}

.catalogsearch-advanced-index #form-validate select{padding:2px;}



#my_recent_reviews .number{width:17px; float:left;}

#my_recent_reviews .product-name{float:left; width:480px; margin-bottom:5px;}



#my_recent_tags li{width:100%; overflow:hidden;}

#my_recent_tags .number{width:17px; float:left; margin:0; padding:0;}

#my_recent_tags .details{float:left; width:480px; margin:0; padding:0;}

#my_recent_tags .details .product-name{margin-bottom:5px;}



.no-items{color:#a733cd; font-weight:bold;}



.cms-index-index .products-grid{margin-bottom:0; margin-top:0;}

.cms-index-index .col-main .std{margin:0!important;}



.review-product-list .data-table{margin:15px 0;}

.review-product-list .col-main .product-collateral{padding:17px;}

.review-product-list .customer-review{padding-bottom:15px; display:block;}


.customer-account-login .col-main .account-login .col2-set{padding:17px;}



.customer-account-forgotpassword .col-main .form-list{margin-top:15px;}



.customer-account-create .col-main .account-create{padding:1px;}

.customer-account-create .col-main .account-create #form-validate{display:block; padding:17px;}



.cms-customer-service .col-main dl dd{padding-left:0;}



.catalog-seo-sitemap-category .col-main .pager{padding-top:20px;}



.catalogsearch-term-popular .col-main .tags-list{font-size:1.2em;}



.sales-order-history .col-main .pager{padding-bottom:0;}

.sales-order-history .col-main .data-table{margin:10px 0;}



.customer-address-index .col-main .col2-set .col-1 ol li{padding-bottom:10px;}



.review-customer-index .col-main .pager{padding-bottom:0;}

.review-customer-index .col-main .data-table{margin:10px 0;}



.sales-order-view .col-main .col2-set{padding:5px 0;}

.sales-order-view .col-main .col2-set .col-1,

.sales-order-view .col-main .col2-set .col-2{padding:5px 0;}

.sales-order-view .col-main h3{margin-bottom:15px;}



.sales-order-invoice .col-main .col2-set{padding:5px 0;}

.sales-order-invoice .col-main .col2-set .col-1,

.sales-order-invoice .col-main .col2-set .col-2{padding:5px 0;}

.sales-order-invoice .col-main h3,

.sales-order-invoice .col-main h4{margin-bottom:15px; font-size:1em;}



.sales-order-shipment .col-main .col2-set{padding:5px 0;}

.sales-order-shipment .col-main .col2-set .col-1,

.sales-order-shipment .col-main .col2-set .col-2{padding:5px 0;}

.sales-order-shipment .col-main h3,

.sales-order-shipment .col-main h4{margin-bottom:15px; font-size:1em;}



.sales-order-creditmemo .col-main .col2-set{padding:5px 0;}

.sales-order-creditmemo .col-main .col2-set .col-1,

.sales-order-creditmemo .col-main .col2-set .col-2{padding:5px 0;}

.sales-order-creditmemo .col-main h3,

.sales-order-creditmemo .col-main h4{margin-bottom:15px; font-size:1em;}



.wishlist-index-index .col-main textarea{width:95%!important;}



.catalog-seo-sitemap-product .col-main .pager{padding-top:10px;}



.home-banners{width:100%; overflow:hidden;}

.home-banners img{float:left;}



.block-popular-product .category-title{padding:10px 14px 12px;}

.block-popular-product .category-title h2{width:185px; height:16px; overflow:hidden; background:url(../images/popular_products_title.gif) left top no-repeat; text-indent:-999em;}

.block-popular-product .category-products{padding:25px 15px 21px 18px;}

.block-popular-product .products-grid{width:auto;}

.block-popular-product .products-grid td{width:201px; padding:0 21px;}

.block-popular-product .products-grid td.first{padding-left:0;}

.block-popular-product .products-grid td.last{padding-right:0;}

.block-popular-product .products-grid td .product-indent{padding-left:10px;}

.block-popular-product .products-grid td .product-image{margin-bottom:5px;}

.block-popular-product .products-grid .price-box{padding-left:3px; margin-top:0; margin-bottom:12px;}

.block-popular-product .products-grid .product-name-block .corner-right-bot{padding:8px 14px;}

.block-popular-product .products-grid button{float:left; margin-right:2px;}

.block-popular-product .products-grid button.button-2{margin-right:0;}

.block-popular-product .products-grid .buttons-block{position:relative; height:32px;}

.block-popular-product .products-grid .buttons-block .full-width{position:absolute; width:210px; left:-7px;}



.tag-list-index .col-main .tags-list{font-size:1.1em;}

/* ======================================================================================= */

.userform fieldset {
	border: 1px solid #e3e3e3;
	padding: 22px 25px 12px 25px;
	margin: 0 0 18px 0;
}

.userform legend {
	display: block;
	width: 180px;
	text-align: center;
	border:1px solid #E3E3E3;
	color:#D32735;
	font-size:16px;
	font-weight:bold;
	padding:2px 4px;
	margin-bottom: 5px;
}

.userform label {
	font-size:13px;
	font-weight:100;
	line-height:18px;
	margin-bottom: 5px;
	width: 150px;
	display: inline-block;
	color: #333;
}

.userform input {
	margin-bottom: 5px;
	width: 200px;
}

.userform textarea {
	margin-bottom: 5px;
}

.userform .note {
	color: #666;
	font-size: 12px;
}

.userform .submit {
	display: block;
	padding: 0.5em;
	font-size: 12px;
	background: #d12735;
	text-align: center;
	font-weight: normal;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
}

.userform .submit:hover {
	color: #fff;
	background: #e34856;
	cursor: pointer;
}




/***************************category menu**********************************/

.cms-home .catnav {margin:0;}

.catnav {
	float: left;
	list-style: none;
	margin: 60px 0 0 0;
}

.catnav li {
	margin-bottom: 2px;
}

.catnav a {
	width: 175px;
	height: 33px;
	line-height: 34px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	padding: 0 15px 0 40px;
	background: rgb(84, 128, 153) url(../images/arrow.gif) no-repeat 15px 50%;
}

.catnav a:hover {
	background: #bb4163 url(../images/arrow.gif) no-repeat 15px 50%;
	color: #ffffff;
}


/* Categories on Homepage ================================================================ */

#categories
{
    float: left;
    margin: 10px; /*margin: 5px 0 5px 0;*/
    height: auto;
    width: 980px;
    border-top: 0px solid #BABABA;
    border-bottom: 0px solid #BABABA;
    padding: 0px 0 0px 0;
}

.catContainer
{
    float: left;
    width: 120px;
    margin: 10px 0 10px 0;
    padding: 0 0 10px 0;
    border-left: 1px solid #ccc;
}

.catContainerLeft
{
    border-left: none;
}
.catImage
{
    text-align: center;
}

.catSubTopic
{
    float: left;
    width: 121px;
    text-align: left;
    margin: 10px 0;
    padding: 5px 0px 5px 12px;
    background-image: url(/skin/frontend/blank/theme065/images/media/cat_bg.gif);
    background-repeat: repeat-x;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.catSubTopicLeft
{
    border-left: 1px solid #ccc;
}
.catSubTopicRight
{
    border-right: 1px solid #ccc;
}

#categories .catSubTopic a
{
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    color: #333;
}
#categories .catSubTopic a:hover
{
    color: #CC0066;
}

.catLink
{
    float: left;
    width: 119px;
    margin: -5px;
	padding: 0 0 0 5px;
}
.catLink a
{
    font-size: 11px;
}

.catLink li
{
    background-image: url(/skin/frontend/blank/theme065/images/media/cat-link-off.gif);
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding: 0 0 0 8px;
    margin: 2px 0px 0px 13px;
	color: #660066;
}

.catLink li:hover
{
    background-image: url(/skin/frontend/blank/theme065/images/media/cat-link-on.gif);
	color: #CC0066;
	text-decoration:underline;
	
}

/* ======================================================================================= */



/*---------------3-2-10----------------*/
.page-title {
	height: 30px;
	background: #205a79;
	padding: 0 0 0 20px;
	margin: 10px 0 18px 0px;
}

.page-title h1{font:normal 18px Baskerville, Times, "Times New Roman"; color:#ffffff; text-transform:uppercase;	line-height: 30px;}

.txt_red{font:bold 11px Arial, Helvetica, sans-serif; color:#ed3900;}

.login_bt {
	display: block;
	padding: 0.5em;
	font-size: 12px;
	background: #d12735;
	text-align: center;
	font-weight: normal;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	margin-top: 10px;
}

.login_bt:hover {
	color: #fff;
	background: #e34856;
	cursor: pointer;
}



.forgotpassword {font-size: 11px;font-family:Arial, Helvetica, sans-serif;color:#555;font-style:italic;text-decoration:underline;}

/*-------------cart--------------*/
.cartp{background:#fff; display:block; float:left; width:959px; padding:0 0 0 0; margin:0 0 18px 0px;}
.cartp_a{display:block; float:left; width:959px; padding:0; margin:0;}
.cartp_ab{display:block; float:left; width:957px; height:39px; border:1px solid #44631b; background:#eff5ea;}
.cartp_ac{display:block; float:left; width:959px; height:5px; background:url(shadow.gif) left top no-repeat;}

.cart_symbol{display:block; float:left; width:auto; padding:0 0 0 30px; margin:10px 0 0 20px; background:url(symbol.gif) left top no-repeat; font:normal 14px Arial, Helvetica, sans-serif; color:#000000;}

.cart_list{display:block; float:left; width:919px; border:1px solid #e3e3e3; padding:10px 20px 10px 20px; margin:10px 0 0 0;}

.txt_cart_sub_heading{font:normal 12px Arial, Helvetica, sans-serif; color:#e97b9c; text-decoration:underline;} 

.cart_list_a{display:block; float:left; width:959px; padding:10px 0 0 0;}

.cart_left{display:block; float:left; width:276px; border:1px solid #e3e3e3; padding:15px;}
.cart_left_a{display:block; float:left; width:276px; padding:0 0 25px 0;}
.cart_left_b{display:block; float:left; width:276px;}
.cart_left_b_inner{display:block; float:left; width:276px; padding:0 0 10px 0;}
.cart_left_b_inner_l{display:block; float:left; width:106px; padding:0 0 0 0;}
.cart_left_b_inner_r{display:block; float:left; width:170px; padding:0 0 0 0;}

.cart_middle{display:block; float:left; width:318px;}
.cart_middle_a{display:block; float:left; width:276px; border:1px solid #e3e3e3; padding:15px; margin:0 0 10px 11px; height:103px;}
.cart_middle_ab{ width:276px; padding:0 0 10px 0;}
.cart_input_s{width:116px; height:18px; border:1px solid #9e9e9e; display:block; float:left; margin:2px 0 0 0;}
.apply_bt{display:block; float:left; width:auto; margin:0 0 0 10px;}

.cart_middle_b{width:276px; border:1px solid #e3e3e3; padding:15px; margin:0 0 10px 11px;}

.cart_right{display:block; float:right; width:290px;padding:15px; border:1px solid #e3e3e3; background:#eff5ea;font-family: Arial, Helvetica, sans-serif; }
.cart_right_a{width:320px; margin:0 0 10px 0;}
.cart_right_ab{width:290px; font-size: 13px; margin: 10px 0 0 0;}
.cart_right_ab td{padding: 2px 0;}
.cart_right_ab_left{width:50%;}
.cart_right_ab_right{text-align:right;width:50%}

.cart_right_ac{width:270px; padding: 0 10px; clear:both; background:#FFFFFF; margin:10px 0 0 20px; line-height:50px;}
.cart_right_ac_a{width:auto; padding:10px 0 0 10px;}
.cart_right_ac_b{text-align:right; width:auto; padding:10px 10px 0 0;}

.a-right .price {float:right;}

.cart_combolist{width:220px; height:20px;}
.cart_bt{display:block; float:left; width:auto; margin:10px 0 0 0;}
.txt_country{font:bold 12px Arial, Helvetica, sans-serif; color:#666666;}
.txt_subtotal{font:bold 14px Arial, Helvetica, sans-serif; color:#FFFFFF;}
.txt_grandtotal{font:normal 22px Arial, Helvetica, sans-serif; color:#df1a53;}
.txt_grandtotal_value{font:normal 18px Arial, Helvetica, sans-serif; color:#df1a53;}


.protypes-wrap {
	background: url(../images/protype-wrap.jpg) repeat-x 50px 10px;
	margin-bottom:20px;
	width: 958px;
}

.btn_norm {
	display: block;
	padding: 0.5em;
	font-size: 12px;
	background: #d12735;
	text-align: center;
	font-weight: normal;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	cursor: pointer;
}

.btn_norm:hover {
	color: #fff;
	background: #e34856;
	cursor: pointer;
}

.cmsorder_btn {
	display: block;
	margin: 15px 0;
	float: right;
	font-size: 16px;
	background: url(../images/pink_btn.gif);
	text-align: center;
	font-weight: bold;
	color: #fff;
	height: 38px;
	line-height: 38px;
	width: 138px;
	border: none;
	cursor: pointer;
}

.cmsorder_btn:hover {
	color: #eee;
}

.checkout_bt {
	text-align: right;
	font-size: 18px;
}

.checkout_bt {
	float: right;
	clear: both;
	width: auto;
}

.coupon_bt {
	float: left;
	margin-left: 10px;
}


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../images/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(../images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}






/* Footer Styles */

#footernav {
	width:300px;
	float: left;
	display:block;
}

#footernav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#footernav ul li {
	float: left;
	display: block;
}

#footernav ul li a {
	display: block;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	margin-right:18px;
	padding-top:2px;
}

.copyright-col {
	width: 500px;
	display: block;
	float: left;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	padding-top: 2px;
}

.designer-col {
	width: 120px;
	display: block;
	float: right;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
	padding-top: 2px;
}

.footer-container {
	height: 40px;
    width: 995px;
	padding-top: 20px;
	background: url(../images/pagebottombg.gif) no-repeat 50% top #205a79;
	clear: both;
	margin: 0 auto;
}
.footer{width:965px; margin:0 auto;padding: 0 15px;}
.footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
.footer .informational label { color:#fff; font-weight:bold; padding-right:3px; }
.footer .informational ul {
    display:inline;
    }
.footer .informational li {
    display:inline;
    background:url(../images/footer_info_separator.gif) no-repeat 100% 50%;
    padding-right:8px;
    padding-left:4px;
    }
.footer .informational li.last { background:none; padding-right:0; }
.footer .informational a, .footer .informational a:hover { color:#fff; }
.footer .informational a { text-decoration:none; }
.footer .legality {
    padding:13px 0;
    color:#ecf3f6;
    text-align:center;
    }
.footer .legality a, .footer .legality a:hover { color:#ecf3f6; }

.footer .designer-col a {
	color: #ffffff;
}

