/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:url(../images/body-bg.jpg) no-repeat center top  #ebebeb; font-family:Arial; font-size:0.75em; line-height:1.41666em; color:#6a6969; text-align:center; min-width:1000px; line-height:20px;}
noscript{ margin:0px; padding:0px;}
body > .wrapper {}

img           { border:0; vertical-align:top; }

a             { color:#999999; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1            { font-size:18px; font-weight:normal; line-height:1.15; margin-bottom:7px; }
h2            { font-size:16px; font-weight:normal; line-height:1.25;margin-bottom:7px;}
h3            { font-size:16px; font-weight:bold; line-height:1.25; margin-bottom:7px;}
h4            { font-size:14px; font-weight:bold; margin-bottom:7px; }
h5            { font-size:12px; font-weight:bold; margin-bottom:7px;}
h6            { font-size:11px; font-weight:bold; margin-bottom:7px;}

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"] {
    border: 1px solid #DDD;
    margin-bottom: 10px;
    padding: 8px 10px;
    height: 30px;
}
.table_text {
    font-size: 12px;
    color: #000000;
    padding: 5px 10px;
    border: #000000 1px solid;
}

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; margin-bottom:5px;}
address  span{ float:right;}
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {width:100%; overflow:hidden;}
.page { width:980px; margin:0 auto; padding:10px 0 10px; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; margin:0 auto; background:#fff;}
.page-popup  .ratings .rating-box {float:none; margin:0 auto 10px;}
.main-container {}
.main { 
	margin:18px 0 8px; 
	border:1px solid #fff; 
	-moz-box-shadow: inset 0 0 16px 13px #F8F8F8; 
	-webkit-box-shadow: inset 0 0 16px 13px #F8F8F8;
	box-shadow: inset 0 0 16px 13px #F8F8F8;
	background:#fff;
	border-radius:4px;
	padding:15px;
}

/* Base Columns */
.col-left { float:left; width:230px;}
.col-main { float:left; width:700px; }
.col-right { float:right; width:230px;}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:748px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:10px Arial, Helvetica, sans-serif; vertical-align:middle; color:#929292; }
input.input-text,select,textarea { background:#fff; border:1px solid #d7cec7; border-top:1px solid #473e3f; border-left:1px solid #473e3f; }
input.input-text,textarea { padding:1px; }
select { padding:0px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { 
	float:left; 
	height:32px; 
	background:url(../images/bkg_button.gif)  repeat-x center top #0263cf; 
	padding:0 10px; 
	font:bold 12px/32px Arial, Helvetica, sans-serif; 
	text-align:center; 
	white-space:nowrap; 
	color:#fff; 
	border-radius:3px;
}
.viewmore { 
	float:left; 
	height:32px; 
	background:url(../images/bkg_button.gif)  repeat-x center top #0263cf; 
	padding:0 10px; 
	font:bold 12px/32px Arial, Helvetica, sans-serif; 
	text-align:center; 
	white-space:nowrap; 
	color:#fff; 
	width:100px;
}
button.button span span { background:none; padding:0; }
button.button:hover span {text-decoration:underline; background:#0150a1;}
button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 14px; }
.form-list label { float:left; color:#929292; font-weight:bold; position:relative; z-index:0; font-size:10px; text-transform:uppercase; margin-bottom:2px; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:635px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:115px; }
.form-list .name-middlename input.input-text { width:94px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:160px; }

.opc .form-list .customer-name-suffix .name-lastname,
.opc .form-list .customer-name-middlename .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-lastname { width:190px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:150px; }

.opc .form-list .customer-name-prefix .name-firstname input.input-text,
.opc .form-list .customer-name-suffix .name-lastname input.input-text,
.opc .form-list .customer-name-middlename .name-firstname input.input-text,
.opc .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.opc .form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:180px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -3px; padding:2px 8px 1px; position:relative; }

/* 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 {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.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 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { padding:15px 10px 0px 19px; margin:0 0 10px; overflow:hidden; line-height:17px; }
.breadcrumbs li { float:left; }
.breadcrumbs li a {text-decoration:none; color:#6a6969;}
.breadcrumbs li span {display:inline-block; text-indent:-77777px; height:13px; width:4px; background:url(../images/breadcrumbs.png) no-repeat left 6px; margin:0 9px 0 5px;}
.breadcrumbs li strong {font-weight:normal;}

/* Page Heading */
.page-title { border-bottom:1px solid #ddd; padding:0 0 8px; margin:0 0 14px; }
.page-title h1,
.page-title h2 { font-size:21px; color:#43403d; line-height:30px; margin:0px; text-transform:uppercase; font-family: 'Open Sans', sans-serif; font-weight:600;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

/* Pager */
.pager { border-bottom:1px solid #e5e5e5; padding:5px 0 13px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}
.pager ol li {color:#000;}
.pager ol > li:first-child > a {text-decoration:none;}
.pager ol > li > a {}

/* Sorter */
.sorter { padding:5px 0; margin:7px 0; }
.sorter .view-mode { float:left; }
 .sorter .view-mode { float:left; text-indent:-77777px; overflow:hidden; height:19px; width:100px; margin:2px 0 0 0;}
.sorter .view-mode .grid {display:block; float:left; width:19px; height:19px; background:url(../images/grid.png) no-repeat left top;}
.sorter .view-mode a.grid {background-position:0 bottom;}
.sorter .view-mode a.grid:hover {background-position:0 top;}
.sorter .list {display:block; float:left; width:19px; height:19px; background:url(../images/list.png) no-repeat left bottom; margin-left:12px; }
.sorter a.list {background:url(../images/list.png) no-repeat left top;}
.sorter a.list:hover {background-position:0 bottom;} 
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {font-size:11px; line-height:normal; color:#7f7f7f;}
.toolbar strong {font-weight:normal;}
.toolbar select {text-align:center; min-width:63px; font-size:11px; line-height:normal; padding:1px;}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}


/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.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.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }


/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { color:#343434; }
.link-reorder { font-weight:bold; }
.link-compare { }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin-left:2px; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin-left:2px;}

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }


.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */

/* Header ================================================================================ */
.logo { float:left; }
.header-container {}
.header {position:relative; padding-bottom:10px;}
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1{ font-size:10px; text-align:right;}
.header h1.logo { margin:0; padding:0; }
.header .quick-access {float:right;}
.header .links { float:right; clear:right; padding:13px 0 0 0; }
.header .links li {float:left; padding-left:21px;}
.header .links li a {font-size:12px; line-height:19px; color:#6a6969; text-decoration:none;}
.header .links li a:hover {color:#2f77ba;}
.header .form-search { text-align:right; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header-container .top-container { clear:both; text-align:right; }
.header .block-currency .block-content {padding:1px 0 0 0; border:0; float:right; clear:right;}
.header .block-currency {float:right; border:none; margin:0 0 0 15px; padding:0; background:none;}
.header  .block-currency .block-title {padding:0px 5px 0 0; float:left; border:0px; display:inline-block; margin:0px; background:none; }
.header  .block-currency .block-title strong,
.form-language label {	font-size:12px; line-height:normal; font-weight:normal; padding-top:4px; display:inline-block; color:#6a6969; font-family:Arial, Helvetica, sans-serif; text-transform:none;}
.header select {font-size:11px; font-family:Arial, Helvetica, sans-serif; line-height:normal; background:#f2f2f2; padding:1px;	border:1px solid #d3d3d3 !important; border-radius:2px;}
.form-language {float:right;}
#search_mini_form {float:right; position:relative; padding:0px 0 0 15px;}
.row-header .form-search {overflow:hidden; font-size:16px; line-height:normal; background:url(../images/form-search-bg.gif) repeat-x center top; padding:7px 8px 0 12px; min-height:37px;}
.row-header .form-search .input-text {background:#014079; width:389px; border:1px solid #0471d7; float:left; font-size:12px;	padding:6px; color:#fff; margin-top:1px;}
.row-header .form-search button.button {float:right; margin-left:3px;} 
.row-header .form-search button.button span {text-indent:-55555px; height:30px; width:58px; display:block; padding:0px; background:url(../images/button-search.png) no-repeat left top;}
.row-header .form-search button.button:hover span {background-position:0 bottom;}
.row-header .form-search label {float:left; margin-left:17px; font-size:20px; line-height:28px; color:#fff; margin:0 7px 0 0;}
.row-header {
	border:1px solid #fff; 
	border-top:none; 
	border-radius:4px; 
	background:url(../images/header-row-bg.gif) repeat-x center top #f9f9f9;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	}
.row-header-content {background:url(../images/row-header-content-bg.gif) repeat-x center top #0152b3; padding:0 0 0px 15px; overflow:hidden; border-radius:0 0 3px 3px; }
.row-header .welcome-msg { font-weight:bold; float:left; font-size:12px; color:#fff; padding:0px 0 0 0; line-height:45px;}
.row-header .welcome-msg a {}

/********** < Navigation */
.nav-container {}
#nav { padding:7px 10px 0 9px; font-size:13px; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:998; }
#nav li.parent {display:block;}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:0;}
#nav > li {margin-right:5px;}
#nav > li > a {
	font-family: 'Open Sans', sans-serif; 
	font-size:14px; 
	line-height:20px; 
	color:#302f2f; 
	text-transform:uppercase; 
	background:url(../images/nav-hover.gif) no-repeat -1000px -1000px; 
	padding:10px 10px 17px;
	border-radius:3px 3px 0 0;
	font-weight:600;
	} 
#nav > li > a:hover { color:#fff;  background:url(../images/nav-hover.gif)  repeat-x center top; }
#nav > li.over > a,
#nav > li.active > a { color:#fff; background:url(../images/nav-hover.gif)  repeat-x center top; }

#nav li li a:hover { color:#000; }
#nav li li.over a,
#nav li li.active a { color:#000; }

/* 2nd Level */
#nav ul,
#nav div { 
	position:absolute;
	width:145px; 
	top:49px; 
	left:-10000px;
	border:none;
	background:#1f1f1f; 
	padding:10px 13px; 
	font-size:12px; 
	color:#7e7d7d; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	text-transform:none;
}
#nav div ul { position:static; width:auto; border:none;  }

/* 3rd+ leven */
#nav ul ul,
#nav ul div { top:7px; }

#nav ul li { float:none; background:url(../images/nav-line.png) repeat-x center bottom; }
#nav ul li.last { border-bottom:0; background:none; }
#nav ul li a { float:none; padding:7px 0; font-weight:normal; color:#7e7d7d !important; }
#nav ul li a:hover { color:#fff !important; }
#nav ul li.active > a,
#nav ul li.over > a { color:#fff !important; font-weight:bold; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0px; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {margin:0 0 20px; background:url(../images/block-content-bg.gif) repeat-x center top #f3f3f3; border-radius:0 0 3px 3px; }
.block.last_block {margin-bottom:0px !important;}
.block .block-title { border-bottom:1px solid #cfcfcf; padding:10px 5px 11px 12px; background:url(../images/block-title-bg.gif) repeat-x center top #e7e7e7; border-radius:2px 2px 0 0; margin-bottom:5px; }
.block .block-title strong { font-size:12px; font-weight:600; color:#43403d; text-transform:uppercase; line-height:18px; font-family: 'Open Sans', sans-serif; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:12px; font-weight:normal; color:#6a6969; margin-bottom:8px; }
.block .block-content { padding:9px 13px 10px 11px; border-radius:0 0 3px 3px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:right; padding:10px 0 0 0;}
.block .actions a { float:left; color:#383838; font-weight:bold; }
.block .empty {}

.block li.odd {}
.block li.even {}

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:82px; padding:0; }
.mini-products-list .product-details { margin-left:95px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; color:#383838; padding:0 0 0 18px; }
.block-layered-nav dd {line-height:17px; color:#6a6969; padding:0 0 0 29px; margin-bottom:12px;}
.block-layered-nav dd a {color:#6a6969;}
.block-layered-nav .currently {margin-bottom:20px;}
.block-layered-nav .btn-remove { float:right; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart {}
.block-cart .block-title {background:url(../images/block-title-bg2.jpg) repeat-x center top #0261cd; border-bottom:1px solid #0259bb;}
.block-cart .block-title strong {color:#fff;}
.block-cart .block-content {border-top:1px solid #0384e1; background:url(../images/block-content-bg2.gif) repeat-x center top #014079; color:#fff;}
.block-cart .block-content a {color:#fff;}
.block-cart .block-subtitle {color:#fff;}
.block-cart .summary {}
.block-cart .amount {margin-bottom:13px;}
.block-cart .amount a {font-weight:bold; text-decoration:none;}
.block-cart .subtotal { background:#1b6dc5; line-height:30px; padding:0 5px; text-align:center; }
.block-cart .subtotal .price {font-weight:bold; font-size:14px;}
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }
.block-cart .actions {padding:10px 0;}
.block-cart .product-name {margin-bottom:10px;}
.block-cart .product-name a {text-decoration:none;}
.block-cart .price {font-size:14px; line-height:normal; font-weight:bold; display:inline-block; margin-bottom:5px;}
.block-cart .product-details strong {font-weight:normal;}
.block-cart .old-price .price {display:block;}
.block-cart button.button span {background:url(../images/bkg_button2.gif) repeat-x scroll center top #d7d7d7; border-radius:0; color:#000; padding:0 8px;}

/* Block: Wishlist */
.block-wishlist {}
.block-wishlist .block-title {background:url(../images/block-title-bg2.jpg) repeat-x center top #0261cd; border-bottom:1px solid #0259bb;}
.block-wishlist .block-title strong {color:#fff;}
.block-wishlist .block-content {border-top:1px solid #0384e1; background:url(../images/block-content-bg2.gif) repeat-x center top #014079; color:#fff; border-radius:0 0 2px 2px;}
.block-wishlist .block-content a {color:#fff;}
.block-wishlist .block-subtitle {color:#fff;}
.block-wishlist .product-name {margin-bottom:10px;}
.block-wishlist .product-name a {text-decoration:none;}
.block-wishlist .price {font-size:14px; line-height:normal; font-weight:bold; }
.block-wishlist .old-price .price {display:block;}
.block-wishlist .price-box {margin-bottom:10px;}

/* Block: Related */
.product-image {display:inline-block;}
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-65px; width:72px; }
.block-related .product .product-details { margin-left:85px; }
.block-related .product-name {margin-bottom:15px;}
.block-related .product-name a {font-size:12px; font-weight:bold; color:#383838; text-decoration:none;}
.block-related .product-name a:hover {text-decoration:underline;}
.block-related .price-box {color:#0151a4; margin-bottom:10px;}

/* Block: Compare Products */
.block-compare {}
.block-compare .block-content li.item { padding:0px 0 1px 6px; background:url(../images/list-marker.gif) no-repeat left 9px;}
.block-compare .block-content li a {font-size:12px; line-height:17px; color:#6a6969; text-decoration:none;}
.block-compare .block-content li a:hover {text-decoration:underline;}

/* Block: Recently Viewed */
.block-viewed {}
.block-viewed .block-content li.item { padding:0px 0 1px 6px; background:url(../images/list-marker.gif) no-repeat left 9px;}
.block-viewed .block-content li a {font-size:12px; line-height:17px; color:#6a6969; text-decoration:none;}
.block-viewed .block-content li a:hover {text-decoration:underline;}

/* Block: Recently Compared */
.block-compared {}
.block-compared .block-content li.item { padding:0px 0 1px 6px; background:url(../images/list-marker.gif) no-repeat left 9px;}
.block-compared .block-content li a {font-size:12px; line-height:17px; color:#6a6969; text-decoration:none;}
.block-compared .block-content li a:hover {text-decoration:underline;}

/* Block: Poll */
.block-poll {}
.block-poll .block-subtitle {color:#0151a4; font-weight:bold;}
.block-poll label {}
.block-poll input.radio { float:left; margin:1px 0 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:4px 0px; }
.block-poll .actions { margin:5px 0 0; text-align:left;}
.block-poll .answer{float:left; width:100%;}
.block-poll .answer span{display:block; width:160px;}
.block-poll .votes{font-weight:bold; float:right; width:65px; margin-top:-17px; text-align:right;}

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }
/* Block: Tags */
.product-view .box-tags .product-tags {overflow:hidden; margin-bottom:13px;}
.product-view .box-tags .product-tags li {display:inline; text-transform:capitalize; background:url(../images/line-2.gif) no-repeat 100% 3px; padding:0 10px 0 0px; margin:0 10px 0 0;}
.product-view .box-tags .product-tags li.first {padding-left:0px;}
.product-view .box-tags .product-tags li.last {background:none;}
.product-view .box-tags .product-tags li a {color:#383838;}

.catalogsearch-advanced-index #advanced-search-list li.even label {display:block; width:100%;}

/* Block: Subscribe */
.block-subscribe {}
.block-subscribe .form-subscribe-header {display:none;}
.block-subscribe label {display:block; margin-bottom:5px;}
.block-subscribe #newsletter {width:185px; padding:4px;}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0 20px; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {margin:-8px 0 14px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { position:relative; padding:11px 0; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:194px; padding:5px 12px 15px; border:1px solid #e1e1e1; border-radius:2px; margin-right:20px; text-align:center;}
.products-grid li.last {margin-right:0px;}
.products-grid li.item:hover {
	box-shadow:0 0 5px rgba(0, 0, 0, 0.13);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.13);
	}
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 auto 5px; }
.products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-grid .product-name a {}
.products-grid .ratings {width:140px; margin:10px auto 15px;}
.products-grid .price-box { margin:0 15px 0 0; display:inline-block; color:#0151a4; }
.products-grid .price-box .old-price .price {display:block;}
.products-grid .minimal-price-link .price {display:block;}
.products-grid .add-to-links {overflow:hidden; color:#a4a4a5; padding:10px 0 0 0;}
.products-grid .add-to-links li {float:left;}
.products-grid .add-to-links li .separator {display:inline-block; margin:0 5px 0 8px;}
.products-grid .availability { line-height:21px; }
.products-grid .actions {display:inline-block;}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:700px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list {padding:11px 0;}
.products-list li.item { border:1px solid #e1e1e1; padding:17px 10px; margin-bottom:10px; border-radius:3px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:165px; }
.products-list .product-name { margin:0 0 11px; font-weight:bold; font-size:13px; }
.products-list .product-name a {}
.products-list .ratings .rating-links {clear:left; padding:11px 0 5px 0; overflow:hidden; font-size:12px; line-height:19px;}
.products-list .ratings .rating-links a:first-child {color:#343434;}
.products-list .price-box { float:left; margin:6px 20px 5px 0; color:#0151a4; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0 0 10px 0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links a:first-child {}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:70px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:7px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }
.review-product-list .col-main .ratings-table th, 
.review-product-list .col-main .ratings-table td {border:1px solid #DDDDDD; padding:7px;}
.review-product-list .col-main .ratings-table {margin:10px 0;}

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {margin-bottom:5px;}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }

/* 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 { 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; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.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:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Configured price */
.configured-price {}
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* 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 notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.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.button { float:left; margin-left:20px; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }


.product-view {}
.product-view h2 {font-size:12px; text-transform:uppercase; font-weight:bold; margin-bottom:10px; color:#000;}

/*** Product Collateral **/
.product-essential {border-bottom:1px solid #e0e3e3; margin-bottom:37px; padding-bottom:33px;}
.product-view .product-essential .product-shop .nobr {margin-bottom:5px; display:inline-block;}
.product-collateral #customer-reviews dl dt {margin-bottom:5px;}
.product-collateral #customer-reviews dl dd {margin-bottom:30px;}
.product-collateral #customer-reviews .pager {margin-bottom:10px;}
.product-collateral #customer-reviews #product-review-table span.nobr {display:block; padding:0 5px;}
.product-collateral #customer-reviews #product-review-table .value {text-align:center;}
.product-collateral #customer-reviews #product-review-table {margin-bottom:20px;}
#customer-reviews .form-list label.required {margin-bottom:5px;}
#customer-reviews .form-list textarea {min-width:254px; max-width:254px;}
.product-collateral .box-collateral { margin:0 0 15px; }

.product-view .product-img-box .more-views li { float:left; border:1px solid #9fe5dc; margin:0 0px 0px 29px ; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #dfdfdf; margin-bottom:3px;}
.product-view .product-img-box .product-image-zoom { position:relative; width:263px; height:263px; 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:10px; color:#929292; margin-bottom:9px;}
.product-view .product-img-box .zoom { position:relative; z-index:9; height:15px; margin:0 auto 26px; padding:0 19px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:15px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:25px; height:22px; background:url(../images/magnifier_handle.gif) 0 6px no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:0px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:0px; top:0; }
.product-view .product-img-box .more-views ul { }
.product-view .product-img-box .more-views li { float:left; border:1px solid #ddd; margin:0 0 8px 25px ; }
.product-view .product-img-box .more-views li:first-child {margin-left:0px;}
.product-view .product-img-box .more-views li a {}
.product-view .more-views h2 {text-transform:none; color:#929292; margin-bottom:6px;}

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}


/* Product Shop */
.product-view .product-shop { float:right; width:415px; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name h1 {font-size:12px; color:#383838; font-weight:bold;}
.product-view .short-description {padding:25px 0 0 0;}
.product-view .short-description h2 {font-size:12px; text-transform:uppercase; font-weight:bold; margin-bottom:5px; color:#6a6969; text-transform:none;}
.product-view .product-shop .product-pricing {margin-bottom:15px;}
.product-view .product-shop .product-pricing li { background:#f3f3f3; line-height:29px; padding:0 13px; font-size:12px; color:#929292; margin-bottom:3px; border-radius:2px;}
.product-view .product-shop .product-pricing li .benefit,
.product-view .product-shop .product-pricing li .price {color:#343434;}
.product-view .product-shop .ratings {margin-bottom:20px;}
.product-view .product-shop .price-box {display:inline-block; margin-right:70px; color:#0151a4; font-size:14px; line-height:normal;}
.product-view .product-shop .availability {display:inline-block;}
.product-view .product-shop .add-to-box {padding:20px 0 0 0;}
.product-view .add-to-box label,
.product-view .add-to-box .or {font-size:12px; display:inline-block; padding:5px 0 0 0; color:#929292; }
.product-view .product-shop .add-to-links {margin-top:-2px;}
.product-view input.qty {background:url(../images/qty-bg.png) repeat-x center top; border:1px solid #eaeaea; border-radius:3px; text-align:center; padding:4px; margin-top:3px;}

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.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 dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.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:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box {float:left; min-width:200px; margin:0 15px 0 0 !important;}
.product-options-bottom .old-price .price {display:block;}
.product-options-bottom .price-box.map-info a {float:left; clear:left; padding:0 !important; margin-bottom:3px;}
.product-options-bottom .add-to-cart {float:left;}
.product-options-bottom  .add-to-links {clear:left; margin:0px !important; padding:15px 0 0 0; }

/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description {border-bottom:1px solid #e0e3e3; margin-bottom:37px; padding-bottom:33px;}

/* Block: Additional */
.product-view .box-additional {border-bottom:1px solid #e0e3e3; margin-bottom:37px; padding-bottom:33px;}
.product-view .box-additional .data-table td.label, 
.product-view .box-additional .data-table th.label {padding-left:25px; font-weight:normal; background:none;}
.product-view .box-additional .data-table tr.even {background:none;}

/* Block: Upsell */
.product-view .box-up-sell {border-bottom:1px solid #e0e3e3; margin-bottom:37px; padding-bottom:33px;}
.product-view .box-up-sell .products-grid td { width:25%; }
.product-view .box-up-sell .rating-box {float:none; margin:0 auto 5px;}
.product-view .box-up-sell .product-box {border:1px solid #E1E1E1; border-radius:2px; width:194px; padding:5px 12px 15px; text-align:center;}
.product-view .box-up-sell .products-grid .ratings {width:160px;}

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags h2 {margin-bottom:22px;}
.product-view .box-tags h3 {font-size:12px; line-height:normal; margin-bottom:7px; color:#6a6969; font-weight:normal;}
.product-view .box-tags .form-add label { float:left; width:100%; margin-bottom:8px;}
.product-view .box-tags .form-add .input-box { float:left; width:620px; margin:0 0px 0 0; }
.product-view .box-tags .form-add input.input-text { width:595px; border:1px solid #404040; border-bottom:1px solid #cdcdcd; padding:3px; }
.product-view .box-tags .form-add button.button {margin:-4px 0 0 0; float:right;}
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/*** My Recent Reviews **/
.dashboard #my_recent_reviews li {padding-bottom:7px;}
.dashboard #my_recent_reviews li .ratings {margin:0px 0 5px 0;}
.dashboard #my_recent_reviews li .ratings strong {margin:0 5px 0 0;}
.dashboard #my_recent_reviews li .ratings .rating-box {margin:0; }
.dashboard #my_recent_reviews li .details .product-name {margin-bottom:3px;}

/* Send a Friend */
.send-friend {}
.send-friend .buttons-set button.button {margin-left:10px;}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}
.col-main .product-name { font-size:12px; font-weight:bold; }
.col-main .product-name a {color:#383838; text-decoration:none;}
.col-main .product-name a:hover {text-decoration:underline;}

/* Product Tags */
.tags-list li { display:inline; font-size:15px; line-height:normal;}

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {margin-bottom:5px;}
.advanced-search-summary {margin-bottom:15px;}
.advanced-search .form-list label {float:none;}

/* CMS Home Page */
.cms-home .subtitle {
	border-bottom:1px solid #ddd; 
	padding:0 0 8px; 
	margin:0px 0 8px;
	font-size:21px; 
	color:#43403d; 
	line-height:30px;
	text-transform:uppercase; 
	font-family: 'Open Sans', sans-serif; 
	font-weight:600;
	}
.cms-home .subtitle.label {margin-top:-8px;}
.cms-index-index .subtitle {}
.banners-block {overflow:hidden;}
.banners-block a {float:left;}
.cms-home .block {margin-bottom:13px;}
.cms-home .products-grid {padding:11px 0 0 0;}
.cms-home .products-grid li.item {width:185px; margin-right:8px; padding:18px 18px 52px; text-align:left; position:relative;}
.cms-home .products-grid li.last {margin-right:0;}
.cms-home .products-grid .product-image {height:140px; width:180px; margin-bottom:10px; background:#0C9;}
.cms-home .products-grid .product-name {min-height:45px;}
.cms-home .products-grid .grid-desc {margin-bottom:18px;}
.cms-home .products-grid .price-box {margin-bottom:5px;}
.actions-box {position:absolute; bottom:0; left:0px; width:100%;}
.actions-box .actions {float:left;}
.safari-fix .actions-box .actions {margin:0 -3px;}
.detalis-button {
	display:inline-block;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#383838;
	text-transform:capitalize;
	background:url(../images/bkg_button2.gif) repeat-x scroll center top #0263CF;
	line-height:32px;
	padding:0;
	width:100px;
	text-align:center;
	margin:0 0 -1px -0px;
	float:right;
	}
.detalis-button:hover {text-decoration:underline;}
.actions-box button.button > span {padding:0; border-radius:0; width:120px;}
.actions-box button.button span span {padding:0; float:none;  text-align:center; display:block;}
/*********************************************************** Slider styles *************************************/
.slider-wrapper {
	overflow:hidden;
	position:relative;
	width:980px;
	height:auto;
	background:none;
	padding:2px 0 5px 0;
}
.slider {
	width:980px;
	height:436px;
}

.items {display:none;}
.pagination {
	position:absolute;
	right:37px;
	bottom:55px;
	z-index:9999;
	}
.pagination li {float:left; padding-right:6px;}
.pagination li a {
	height:21px;
	width:20px;
	display:block;
	background:url(../images/pagination.png) no-repeat right top;
	text-indent:-10000px;
	}
.pagination li a:hover {background-position:left top;}
.pagination li.current a {cursor:default; background-position:left top;}
.banner {
	width:980px;
	height:559px;
	position:absolute;
	right:0px;
	top:0;
	z-index:999;
	overflow:hidden;
}
.banner .link-extra {display:block; height:100%; width:100%;}
/**************************************************************** End Slider ***********************************/



/* Footer ================================================================================ */
.footer-container {padding:9px 0 0 0;}
.footer { 
	border:1px solid #fff; 
	border-top:0px;
	padding:23px 25px 20px 19px; 
	background:url(../images/footer-bg.gif) repeat-x center top #fafafa; 
	border-radius:4px 4px 0 0;
	margin-bottom:17px; 
	-moz-box-shadow: 0 0 1px 1px #dbdbdb;
	-webkit-box-shadow: 0 0 1px 1px #dbdbdb;
	box-shadow: 0 0 1px 1px #dbdbdb;
}
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer h3 {
	font-size:12px;
	font-weight:normal;
	line-height:20px; 
	font-weight:600;
	color:#0151a4; 
	text-transform:uppercase;
	font-family:'Open Sans',sans-serif;
	margin-bottom:11px;
	}
.footer ul {}
.footer ul li,
.footer ul li.first,
.footer ul li.last {display:block; font-size:12px; line-height:18px; color:#767474; padding:0 0 3px 0px !important; }
.footer ul li a {text-decoration:none; color:#5d5d5d; }
.footer ul li a:hover {color:#2f77ba;}
.footer-container .bottom-container { text-align:center; }
.footer .col-1,
.footer .col-2,
.footer .col-3 {float:left; width:210px; margin-right:30px;}
.footer .col-3 {width:210px;}
.extra-col {float:left; width:210px; padding-left:2px;}
.extra-col h3 {float:left; margin-right:10px; min-width:64px;}
.extra-col span {float:left; display:inline-block; margin-bottom:15px;}
.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */

/* ------------------------------------------------------------------------------------------------------------------------------------------
																	Pretty Photo	
																This you can edit.
------------------------------------------------------------------------------------------------------------------------------------------ */

	/* --------------------------------------------------------------------------------------------------------------------------
																Default Theme
	---------------------------------------------------------------------------------------------------------------------------- */

	div.pp_default .pp_top,
	div.pp_default .pp_top .pp_middle,
	div.pp_default .pp_top .pp_left,
	div.pp_default .pp_top .pp_right,
	div.pp_default .pp_bottom,
	div.pp_default .pp_bottom .pp_left,
	div.pp_default .pp_bottom .pp_middle,
	div.pp_default .pp_bottom .pp_right { height: 13px; }
	
	div.pp_default .pp_top .pp_left { background: url(../images/sprite.png) -78px -93px no-repeat; } /* Top left corner */
	div.pp_default .pp_top .pp_middle { background: url(../images/sprite.png) top left repeat-x; } /* Top pattern/color */
	div.pp_default .pp_top .pp_right { background: url(../images/sprite.png) -112px -93px no-repeat; } /* Top right corner */
	
	div.pp_default .pp_content .ppt { color: #f8f8f8; }
	div.pp_default .pp_content_container .pp_left { background: url(styles.css) -7px 0 repeat-y; padding-left: 13px; }
	div.pp_default .pp_content_container .pp_right { background: url(styles.css) top right repeat-y; padding-right: 13px; }
	div.pp_default .pp_content { background-color: #fff; } /* Content background */
	div.pp_default .pp_next:hover { background: url() center right  no-repeat; cursor: pointer; } /* Next button */
	div.pp_default .pp_previous:hover { background: url() center left no-repeat; cursor: pointer; } /* Previous button */
	div.pp_default .pp_expand { background: url(../images/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
	div.pp_default .pp_expand:hover { background: url(../images/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
	div.pp_default .pp_contract { background: url(../images/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
	div.pp_default .pp_contract:hover { background: url(../images/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
	div.pp_default .pp_close { width: 30px; height: 30px; background: url(../images/sprite.png) 2px 1px no-repeat; cursor: pointer; } /* Close button */
	div.pp_default #pp_full_res .pp_inline { color: #000; } 
	div.pp_default .pp_gallery ul li a { background: url() center center #f8f8f8; border:1px solid #aaa; }
	div.pp_default .pp_gallery ul li a:hover,
	div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }

	div.pp_default .pp_gallery a.pp_arrow_previous,
	div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
	div.pp_default .pp_nav .pp_play,
	div.pp_default .pp_nav .pp_pause { background: url(../images/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }
	div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
	div.pp_default .pp_details { position: relative; }
	div.pp_default a.pp_arrow_previous,
	div.pp_default a.pp_arrow_next { background: url(../images/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
	div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
	div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
	div.pp_default .pp_nav { clear: none; height: 30px; width: 105px; position: relative; }
	div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; font-color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }

	
	div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }

	div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }

	div.pp_default .pp_bottom .pp_left { background: url(../images/sprite.png) -78px -127px no-repeat; } /* Bottom left corner */
	div.pp_default .pp_bottom .pp_middle { background: url(../images/sprite.png) bottom left repeat-x; } /* Bottom pattern/color */
	div.pp_default .pp_bottom .pp_right { background: url(../images/sprite.png) -112px -127px no-repeat; } /* Bottom right corner */

	div.pp_default .pp_loaderIcon { background: url() center center no-repeat; } /* Loader icon */
	
	



	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
	
	div.facebook .pp_top .pp_left { background: url(../images/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url(../images/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url(../images/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url(../images/contentPatternLeft.png) top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url(../images/contentPatternRight.png) top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url(../images/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url(../images/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url(../images/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url(../images/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url(../images/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook .pp_details { position: relative; }
	div.facebook .pp_description { margin: 0 37px 0 0; display: none!important; }
	div.facebook #pp_full_res .pp_inline { color: #000; } 
	div.facebook .pp_loaderIcon { background: url(../images/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.facebook .pp_arrow_previous { background: url(../images/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_arrow_next { background: url(../images/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	div.facebook .pp_nav .pp_play { background: url(../images/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
	div.facebook .pp_nav .pp_pause { background: url(../images/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }
	
	div.facebook .pp_next:hover { background: url(../images/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url(../images/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.facebook .pp_bottom .pp_left { background: url(../images/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url(../images/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url(../images/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */


/* -------------------------------------------------------------------------------------------------------------------------------------
	DO NOT CHANGE
----------------------------------------------------------------------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {background: #000; display: none; left: 0; position: absolute; top: 0; width: 100%; z-index: 9500; }
	
	div.pp_pic_holder {	display: none;	position: absolute;	width: 100px; z-index: 10000; }
	
		.pp_top {height: 20px;	position: relative;	}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {	height: 20px; left: 0;	position: absolute;	width: 20px;	}
			.pp_top .pp_middle {height: 20px; left: 20px; position: absolute; right: 20px;}
				* html .pp_top .pp_middle {	left: 0;	position: static;	}
			
			.pp_top .pp_right {	height: 20px; left: auto;	position: absolute;	right: 0;	top: 0;	width: 20px;}
		
		.pp_content { height: 40px; min-width: 40px; }
		* html .pp_content { width: 40px; }
		
		.pp_fade { display: none; }
		
		.pp_content_container {	position: relative;	text-align: left; width: 100%;	}
		
			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }
		
			.pp_content_container .pp_details {	float: left; margin: 10px 0 2px 0;	}
				.pp_description {	display: none;	margin: 0;	}
				
				.pp_social { float: left; margin: 7px 0 0 0; }
				.pp_social .facebook { float: left; position: relative; top: -1px; margin-left: 5px; width: 55px; overflow: hidden; }
				.pp_social .twitter { float: left; }
				
				.pp_nav {	clear: right;	float: left; margin: 3px 10px 0 0; 	}
				
					.pp_nav p {	float: left; margin: 2px 4px; }
					
					.pp_nav .pp_play,
					.pp_nav .pp_pause {		float: left; margin-right: 4px; text-indent: -10000px;	}
				
					a.pp_arrow_previous,
					a.pp_arrow_next { display: block; float: left;	height: 15px; margin-top: 3px;	overflow: hidden; text-indent: -10000px; width: 14px;	}
		
		.pp_hoverContainer {	position: absolute;	top: 0;	width: 100%; z-index: 2000;	}
		
		.pp_gallery {	display: none;	left: 50%;	margin-top: -50px;	position: absolute;	z-index: 10000;	}
		
			.pp_gallery div {	float: left; overflow: hidden;	position: relative;	}
			
			.pp_gallery ul {float: left; height: 35px;	margin: 0 0 0 5px;	padding: 0;	position: relative;	white-space: nowrap;}
			
			.pp_gallery ul a {	border: 1px #000 solid; border: 1px rgba(0,0,0,0.5) solid; display: block; float: left;	height: 33px; overflow: hidden;	}
			
			.pp_gallery ul a:hover,
			.pp_gallery li.selected a { border-color: #fff; }
			
			.pp_gallery ul a img { border: 0; }
			
			.pp_gallery li {display: block;	float: left; margin: 0 5px 0 0;	padding: 0;}
			
			.pp_gallery li.default a {	background: url(../images/default_thumbnail.gif) 0 0 no-repeat; display: block; height: 33px; 	width: 50px;}
			
			.pp_gallery li.default a img { display: none; }
			
			.pp_gallery .pp_arrow_previous,
			.pp_gallery .pp_arrow_next {margin-top: 7px !important;	}
		
		a.pp_next {	background: url(../images/btnNext.png) 10000px 10000px no-repeat;	display: block;	float: right; height: 100%;	text-indent: -10000px;
			width: 49%;	}
			
		a.pp_previous {	background: url(../images/btnNext.png) 10000px 10000px no-repeat;	display: block;	float: left; height: 100%;	text-indent: -10000px;	width: 49%;	}
		
		a.pp_expand,
		a.pp_contract {	cursor: pointer; display: none;	height: 20px; position: absolute; right: 30px; text-indent: -10000px; top: 10px; width: 20px; z-index: 20000; }
			
		a.pp_close {position: absolute; right: 0; top: 0; 	display: block;	line-height:22px; text-indent: -10000px; }
		
		.pp_bottom {height: 20px; position: relative;	}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {height: 20px; 	left: 0; position: absolute; width: 20px;}
			.pp_bottom .pp_middle {	height: 20px;	left: 20px;	position: absolute;	right: 20px;}
				* html .pp_bottom .pp_middle {	left: 0;	position: static;}
				
			.pp_bottom .pp_right {height: 20px;	left: auto; position: absolute;	right: 0; top: 0; width: 20px;}
		
		.pp_loaderIcon {display: block; height: 24px; left: 50%; margin: -12px 0 0 -12px; position: absolute; top: 50%; width: 24px;}
		
		#pp_full_res {	line-height: 1 !important;	}
		
			#pp_full_res .pp_inline {text-align: left; }
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {color: #fff;	display: none!important; font-size: 17px; margin: 0 0 5px 15px;	z-index: 9999;}


/* -----------------------------------------------------------------------------------------------------------------
																Pretty Photo	
																	End
----------------------------------------------------------------------------------------------------------------- */

.clear {
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
}
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
#leside{width:250px; height:auto; float:left;}
#riside{ width:440px; height:auto; float:right; }
#SizeBlock { 
	background-color: #EDEDED;
    border: 1px solid #D0D0D0;
    -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; width:430px; padding:5px; min-height:100px; float:right;
	}
.prodInfo {width:170px; height:200px; float:right; margin:10px 0px;}	
.prodimga {width:450px; height:auto; float:left; margin:10px 0px;}
.pro-info{ width:250px; height:226px; float:left; background:url(../images/info.gif) no-repeat;}
.pro-info .te1{ padding-left:85px; margin-top:18px; margin-bottom:26px;font-size:12px; font-weight:600; color:#43403d; text-transform:uppercase; line-height:18px; font-family: 'Open Sans', sans-serif;}
.pro-info .te1 a{ text-decoration:none; line-height:25px; color:#01427C;}
.gap{ margin-top:10px; clear:both;}	
ul.private {margin:5px 0px 0px 0px; padding:0px;}
ul.private li { list-style-type:none; padding:0px 0px 0px 15px; background: url(../images/bullet2.gif) 0px 8px no-repeat; margin:1px 0px 2px 30px; font:12px/20px Arial, Helvetica, sans-serif; color:#929292; }

ul.private1 {margin:5px 0px 0px 0px; padding:0px; line-height:40px;}
ul.private1 li { list-style-type:none; padding:0px 0px 0px 15px; background: url(../images/bullet2.gif) 0px 8px no-repeat; margin:1px 0px 2px 10px; font:12px/20px Arial, Helvetica, sans-serif; color:#929292; }

.description-middle-text{height:auto; text-align:justify; color:#666; width:300px; line-height:24px; padding:10px; margin:50px auto;	}
.g1{padding-top:30px;}
input, select, textarea {
    line-height: 1.6;
@media only screen and (max-width: 767px)
{

.page {
  margin: 0 auto;
  padding: 10px 0;
  text-align: left;
  width: 100% !important;
}
.header .logo {
  float: left; margin-bottom:10px;
  text-decoration: none !important;
}
.dcjq-mega-menu ul.menu ul, .dcjq-mega-menu ul.menu li {
  list-style: outside none none;
  padding: 0;
  text-align: center;
  width: 100%;
}
.dcjq-mega-menu ul.menu li a {
  box-sizing: border-box;
  color: rgb(48, 47, 47);
  display: block;
  float: left;
  padding: 12px 25px;
  text-decoration: none;
  width: 100%;
}
.banners-block img {
  height: auto;
  width: 100%;
}
.col-main {
  width: 100%;
}
.col-main {
  box-sizing: border-box;
  margin-right: 10px;
}
.col2-left-layout .products-grid, .col2-right-layout .products-grid {
  margin: 0 auto;
  width: 100%;
}
.cms-home .products-grid li.item {
  margin-right: 8px;
  padding: 18px 18px 52px;
  position: relative;
  text-align: left;
  width: 93%;
}
.banners-block a {
  float: left;
  width: 25%;
}
body {
  background: rgb(235, 235, 235) url("../images/body-bg.jpg") no-repeat scroll center top;
  color: rgb(106, 105, 105);
  font-family: Arial;
  font-size: 0.75em;
  line-height: 20px;
  min-width: 100% !important;
  text-align: center;
}
.header h1 {
  font-size: 10px;
  margin: 10px auto;
  text-align:center; width:100%;
}
#riside {
  box-sizing: border-box;
  float: left;
  height: auto;
  padding: 10px;
  width: 100% !important;
}
#SizeBlock {
  background-color: rgb(237, 237, 237);
  border: 1px solid rgb(208, 208, 208);
  border-radius: 5px;
  float: right;
  min-height: 100px;
  padding: 5px;
  width: 100% !important;
}
.prodimga {
  float: left;
  height: auto;
  margin: 10px 0;
  width: 100% !important;
}
.tabfield {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(208, 208, 208);
  height: auto;
  padding: 10px;
  width: 100% !important;
}
address {
  text-align: center;
  width: 100% !important;
}
address span {
  float: left !important;
  text-align: center;
  width: 100% !important;
}
.pro-info {
  background: rgba(0, 0, 0, 0) url("../images/info.gif") no-repeat scroll 0 0 / cover ;
  float: left;
  height: auto;
  padding-bottom: 22px;
  width: 100% !important;
}
#leside {
  float: left;
  height: auto;
  width: 100% !important;
}
body {
  box-sizing: border-box;
}
.header .logo {
  clear: both;
  text-decoration: none !important;
  width: auto;
}
}

 