/* v2.0 | 20110126
  http://meyerweb.com/eric/tools/css/reset/ 
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}

#myAccountLogoutId { display:none; }



/* 	
		Design by seal - http://www.byseal.com/
		Copyright 2012 - All rights reserved.
*/


html, body {
	margin:0;
	padding:0;
	min-height:100%;
	font-family: 'Droid Sans', tahoma, "lucida sans", arial, sans-serif;
	font-size: 1em;
}

body {
	height: 100%;
}

input,
select,
textarea {
	font-family: 'Droid Sans', tahoma, "lucida sans", arial, sans-serif;
	font-size: 0.813em;
}

p {
	font-size: 0.813em;
	padding: 10px 0px;
}

ul.bullet-list {
	font-size: 0.813em;
	margin: 10px 0px;
	list-style-type: disc;
}

h1 {
	font-family: 'Sansita One', cursive;
	font-size: 24px;
	line-height: 130%;
	margin: 0px 0px 20px 0px;
	text-shadow: #ffffff 1px 1px 0;
}

h2 {
	font-family: 'Sansita One', cursive;
	font-size: 24px;
	line-height: 130%;
	margin: 0px 0px 20px 0px;
	text-shadow: #ffffff 1px 1px 0;
}

h3 {
	font-family: 'Sansita One', cursive;
	font-size: 18px;
	line-height: 130%;
	margin: 0px 0px 10px 0px;
	text-shadow: #ffffff 1px 1px 0;
}

h4 {
	font-family: 'Sansita One', cursive;
	font-size: 16px;
	line-height: 140%;
	margin: 0px 0px 20px 0px;
	text-shadow: #ffffff 1px 1px 0;
}

h5 {

}

h6 {

}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

/* .box-shadow {
	behaviour: url(ie-css3.Htc);
} */




/***********************/
/***** Main Layout *****/
/***********************/

#container {
	position: relative; /* needed for footer positioning */
	margin: 0 auto;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#content {
	margin: 0px auto;
	padding-bottom: 0px; /* Change the value if you have a different footer */
	width: 1066px;
	line-height: 20px;
}

.sep-line-block {
	width: 100%; 
	white-space: nowrap; 
	overflow: hidden;
}

.sep-line-points-container {
	display: table-cell; 
	width: 50%;
	vertical-align: middle;
}

.sep-line-points {
	height: 2px;
}

.sep-line-center-text {
	display: table-cell;
	padding: 4px 10px;
}

.sep-line-center-text > h3 {
	margin: 0px;
}

.sep-line-center-decoration-text {
	font-size: 30px;
	font-family: 'Sansita One', cursive;
	height: 110px; 
	line-height: 110px;
	display: table-cell;
	padding: 4px 10px;
}

.medium-margin {
	margin: 16px 0px;
}

.block-separator-top,
.block-separator-top-homepage {
	width: 100%;
	height: 28px;
	background-position: center center;
	background-repeat: no-repeat;
}

.block-separator-top-homepage {
	margin: 20px 0px 0px 0px;
}

.block-separator-top {
	margin: 20px 0px 30px 0px;
}

.block-separator-bottom {
	width: 100%;
	height: 28px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px 0px 30px 0px;
}

.block-separator-content {
	padding: 10px 40px
}

.line-separator {
	width: 100%;
	height: 1px;
	margin: 30px 0px;
}

.product-item {
	width: 100%;
	border-radius: 3px;
}

.product-item-inner {
	border: 1px solid #ffffff;
	border-radius: 2px;
}

.product-item .title {
	height: 52px;
	font-family: 'Sansita One', cursive;
	font-size: 16px;
	border-radius: 3px 3px 0px 0px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	z-index: 200;
}

.product-item .info {
	height: 52px;
	line-height: 52px;
	font-size: 0.813em;
	border-radius: 0px 0px 3px 3px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	z-index: 200;
}

.product-item .info span.button-small {
	float: right;
	margin: 13px 10px 0px 0px;
}

.product-item .title span.title-container {
	line-height: 120%;
	display: table;
	height: 54px;
	padding: 0px 10px;
}

.product-item .title a {
	display: table-cell;
	vertical-align: middle;
	border: 0px none;
}

.product-item .image {
	position: relative;
	width: 100%;
height:280px;
}

.product-item .image .price {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 4px 8px;
	font-family: 'Sansita One', cursive;
	font-size: 18px;
}

.product-item .image a,
.product-item .image a:hover {
	border: 0px none;
}

.product-item .image a img {
	width: 100%;
}

.product-grid-container {
	width: 23%; 
	/* margin: 0px 21px 0px 0px; */
	margin: 0px 10px;
}

.product-grid-container-inner {
	width: 30%; 
	/* margin: 0px 21px 0px 0px; */
	margin: 0px 1.6% 3% 1.6%;
}

.main-content-full .product-grid-container-inner {
	width: 23%; 
	margin: 0px 1% 3% 1%;
}

a.view-details {
	margin: 20px 0px 0px 6px;
	float: left;
	line-height: 100%;
}

span.button-small {
	display: inline-block;
	min-width: 96px;
	height: 25px;
	border-radius: 2px;
	zoom: 1;
}

span.button-small a {
	display: block;
	line-height: 25px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	padding: 0px 6px 0px 28px;
	background-position: 0px -427px;
	background-repeat: no-repeat;
	border: 0px none;
}

.general-block,
.general-block-list {
	border: 1px solid #ffffff;
	border-radius: 3px;
}

.general-block {
	padding: 6px;
}

.general-block-outer {
	border-radius: 3px;
}

.list-options {
	font-size: 0.813em;
	height: 36px;
	line-height: 36px;
	margin: 0px 0px 20px 0px;
}

.list-options a {
	border: 0px none;
	margin: 0px 10px 0px 0px;
}

.list-options a.active-view {

}

.list-options img {
	margin: 0 5px 0 0;
	padding: 0px 0px 2px 0px;
	vertical-align: middle;
}

.sortby-dropdown {
	height: 24px;
	line-height: 24px;
	width: 120px;
}

/*
.sortby {
	position: relative;
}

.dropdown {
	font-size: 12px;
	padding: 0 7px;
	margin: 0px;
	min-width: 100px;
	height: 26px;
	line-height: 26px;
}

.dropdown ul {
	background-color: #F7F7F7;
	border: 1px solid #DDD1D6;
	border-radius: 4px 4px 4px 4px;
	color: #50062C;
	list-style: none outside none;
	margin: 0 0 0 -1px;
	padding: 3px 0;
	width: 100%;
	z-index: 10000;
	position: absolute;
}

a.dropdown-link {
	background: url("../images/dropdown_arrow.png") no-repeat center right;
	display: block;
	color: #461507;
	padding: 0px 12px 0px 2px;
}
*/

select.styled {
	background: none repeat scroll 0 0 transparent;
	padding: 6px;
	outline: none;
	border: none;
	box-sizing: content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}

select.sort-by {
	width: 130px;
}

.style-select {
	height: 26px;
	overflow: hidden;
	max-width: 220px;
}

.add-to-cart {
	margin: 11px 6px 0px 0px;
	line-height: normal;
}






/*************************/
/***** List Products *****/
/*************************/

.list-product-image {
	width: 240px;
	margin: 0px 20px 36px 0px;
}

.list-product-image img {
	width: 100%;
}

.list-product-content {
	margin: 0px 0px 36px 260px;
}

.list-product-content h3,
.details-product-content h3 {
	margin: 0px 0px 10px 0px;
}

.list-product-content .price,
.details-product-content .price {
	display: inline-block;
	padding: 4px 8px;
	font-family: 'Sansita One', cursive;
	font-size: 18px;
	border-radius: 3px;
}







/*******************/
/***** Details *****/
/*******************/

.details-product-gallery {
	width: 360px;
}

.details-product-image {
	margin: 0px 0px 15px 0px;
}

.details-product-content {
	margin: 0px 0px 0px 380px;
}

.details-options {
	margin: 0px 0px 10px 0px;
	width: 170px;
}

select.options {
	width: 160px;
	padding: 9px 5px;
}

p.meta {
	font-size: 11px;
	margin: 0px 0px 14px 0px;
}

.general-input {
	background: transparent;
	border: 0px none;
	padding: 1px 5px;
	height: 32px;
}

.styled-input {
	border: 0px none;
	padding: 8px 5px;
	border-radius: 4px;
	/* For IE 5.5 - 7*/
	/* For IE 8*/
	/* -dms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11000000, endColorstr=#11000000)"; */
	/* -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; */
}

.quantity {
	margin: 0px 10px 0px 0px;
}

.quantity .general-input {
	text-align: right;
}

.social-container {
	margin: 25px 0 20px 0px;
}

ul.product-images li {
	float: left;
	padding: 3px;
}

ul.product-images li img {
	width: 76px;
	height: 76px;
}

.quantity-container {
	overflow: hidden;
}






/******************/
/***** Brands *****/
/******************/

.brands-container {
	padding: 0px;
}

ul.brands li {
	width: 20%;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0px;
}






/******************/
/***** Header *****/
/******************/

#header {
	position: relative;
	width: 100%;
	min-height: 80px;
}

.login-block {
	position: absolute;
	top: 22px;
	right: 0px;
	font-size: 0.813em;
}

.login-block p {
	margin: 0px 0px 10px 0px
}

.login-block span.icon-account {
	padding: 0px 0px 0px 62px;
	margin: 0px 11px 0px 0px;
	padding-left: 62px;
	display: inline-block;
	height: 55px;
	line-height: 55px;
	background-position: -10px -97px;
	background-repeat: no-repeat;
}

.login-block span.icon-cart {
	padding: 0px 0px 0px 62px;
	margin: 0px 11px 0px 0px;
	display: inline-block;
	height: 55px;
	line-height: 55px;
	height: 55px;
	background-position: -10px -10px;
	background-repeat: no-repeat;
}

.login-block span.icon-logout {
padding: 0px 0px 0px 62px;
margin: 0px 11px 0px 0px;
padding-left: 62px;
display: inline-block;
height: 55px;
line-height: 55px;
background-position: 1px -2px;
background-repeat: no-repeat;
background-image: url(/assets/Image/logoutIcon.png);
}
.store-logo {
	position: absolute;
	top: 5px; 
	left: 34px;
}







/**********************/
/***** Navigation *****/
/**********************/

.navigation-outer {
	position: relative;
	margin: 20px 0px 10px 0px;
}

.navigation {
	width: 100%;
	height: 58px;
	z-index: 10;
}

.navigation-shadow {
	top: 0px;
	width: 1066px;
	height: 90px;
	margin: -58px 0px 0px 0px;
	background-repeat: no-repeat;
	z-index: 1;
}

.menu-image-product {
	width: 50px; 
	vertical-align: middle; 
	margin: 0px 10px 0px 0px;
}

.menu-image-item {
	width: 50px; 
	border-radius: 50%; 
	vertical-align: middle; 
	margin: 0px 10px 0px 0px;
}





/******************/
/***** Search *****/
/******************/

.search-container {
	position: absolute;
	width: 226px;
	height: 98px;
	margin-left: -113px;
 	left: 50%;
 	top: 0px;
	z-index: 20;
}

.search-field {
	background-color: transparent;
  border: 0 none;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  width: 174px;
  position: absolute;
  top: 8px;
  left: 18px;
}

.search-btn {
	border: 0 none;
	height: 44px;
	margin: 0;
	width: 44px;
	cursor: pointer;
	position: absolute;
	top: 42px;
	right: 90px;
}





/********************/
/***** Homepage *****/
/********************/

span.icon-shipping,
span.icon-moneyback,
span.icon-support {
	padding: 0px 0px 0px 62px;
	display: block;
	height: 55px;
	line-height: 55px;
	height: 55px;
	background-repeat: no-repeat;
	font-family: 'Sansita One', cursive;
	font-size: 16px;
	text-shadow: #ffffff 1px 1px 0;
	white-space: nowrap;
}

span.icon-shipping {
	background-position: -10px -184px;
}

span.icon-moneyback {
	background-position: -10px -271px;
}

span.icon-support {
	background-position: -10px -358px;
}

.quote,
.quote2,
.quote3 {
	position: relative;
	width: 252px;
	height: 252px;
	margin: 0px 7px 0px 0px;
	background-repeat: no-repeat;
}

.quote {

}

.quote2 {

}

.quote3 {

}

.quote .image {
	position: absolute; 
	width: 80px; 
	height: 80px; 
	top: 17px;
	left: 17px;
}

.quote .image img {
	behavior: url(css/PIE.htc);
	position: relative;
}

.quote .text {
	font-family: 'Droid Serif',serif;
	font-size: 13px;
	font-style: italic;
	left: 60px;
	position: absolute;
	text-align: center;
	top: 110px;
	width: 170px;
}

.quote2 .text,
.quote3 .text {
	font-family: 'Sansita One',cursive;
	font-size: 16px;
	left: 60px;
	position: absolute;
	text-align: center;
	top: 110px;
	width: 170px;
}

.quote2 .text .highlight,
.quote3 .text .highlight {

}

.center {
	margin: 0px auto;
	text-align: center;
}





/***************/
/***** FAQ *****/
/***************/

ul.faq-item li {
	padding: 0 10px 20px;
}

.faq-item .question-symbol,
.faq-item .answer-symbol {
	float: left;
	font-weight: bold;
}

ul.faq-item dd p.question {
	font-weight: bold;
}

ul.faq-item dd p {
	padding: 0 0 0 20px;
	margin: 20px 0px;
}

ul.faq-item dd a {
	font-size: 0.813em;
	margin: 0px 0px 0px 20px;
}







/*******************/
/***** Compare *****/
/*******************/

.compare-module {
	position: relative;
	margin: 30px 0px 0px 0px;
	width: 90%;
}

.compare-module .general-block {
	padding: 0px;
}

.compare-module h3 {
	font-size: 20px;
	text-align: center;
	text-shadow: none;
	padding: 30px 0px 15px 0px;
	zoom: 1;
	margin: 0px;
}

.compare-module .compare-icon {
	position: absolute;
	top: -30px;
	left: 50%;
	margin: 0px 0px 0px -30px;
}

.compare-module p {
	text-align: center;
	padding: 15px 0px;
}

.compare-module p.number {
	font-size: 24px;
	font-weight: bold;
}








/*******************/
/***** Buttons *****/
/*******************/

a.general-button {
	display: inline-block;
	padding: 6px 14px;
	font-size: 13px;
	border-radius: 4px;
	zoom: 1;
	-moz-transition: all 0.7s ease-out;
}

a.general-button:hover {

}

a.red-button,
a.dark-button,
a.light-button,
.red-submit-button {
	display: inline-block;
	padding: 6px 14px;
	font-size: 13px;
	border-radius: 4px;
	zoom: 1;
	-moz-transition: all 0.7s ease-out;
}

.red-submit-button {
	padding: 8px 14px;
}







/*********************************/
/***** Gallery and Portfolio *****/
/*********************************/

.gallery-item-small {
	width: 168px;
	height: 138px;
}

.gallery-item-small a {
	display: block;
	border: 0px none;
	/* padding: 19px 0px 0px 9px; */
}

.gallery-text {
	font-size: 12px;
	margin: 8px 0px 20px 0px;
	border-radius: 3px;
}

.gallery-text span {
	padding: 0px 7px;
}

.portfolio-text {
	font-size: 13px;
	padding: 0px 7px;
	margin: 8px 0px 20px 0px;
}

.general-block.portfolio {
	padding: 3% 0px;
	display: block;
}

.general-block-outer.portfolio-outer {
	display: block;
	margin: 3px;
}

.portfolio-text h3 {
	margin: 5px 0px 10px 0px;
}






/************************/
/***** Promo Slider *****/
/************************/

.main-promo {
	width: 280px;
	height: 280px;
	padding: 60px 60px 0px 0px;
}

.main-promo  img {
	border-radius: 140px;
}







/******************/
/***** Footer *****/
/******************/

#footer {
	min-height: 407px;
	width: 100%;
	line-height: 20px;
	position: relative;
	bottom: 0; /* stick to bottom */
}

.footer-inner {
	width: 1066px;
	margin: 0px auto;
	margin-top: 20px;
	padding: 30px 0px 10px 0px;
}

.footer-inner a {
	color:white !important;
}

.Title {color:white;   }

#footer-label {
	width: 424px;
	height: 105px;
	margin: 0px auto;
	margin-left: -212px;
	top: -45px;
	position: absolute;
	left: 50%;
	font-family: 'Sansita One', cursive;
	font-size: 18px;
	text-align: center;
}

#footer-label .internal {
	padding: 22px 0px 0px 60px;
}

#footer-label span.number {
	font-size: 28px;
	line-height: 40px;
}

#footer h1 {
	font-family: 'Sansita One', cursive;
	font-size: 18px;
	margin: 0px 0px 5px 0px;
}

#footer a.social {
	display: inline-block;
	margin: 10px 10px 0 0;
	border-radius: 50%;
	width: 42px;
	height: 42px;
}

#footer ul {
	list-style: none outside none;
	margin: 10px 0 0;
}

#footer ul li {
	background-position: -4px -465px;
	background-repeat: no-repeat;
	line-height: 32px;
	padding: 0 0 0 28px;
	font-size: 13px;
}

#footer .go-btn {
	border: 0 none;
	font-weight: bold;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	margin: 1px 0 0;
	padding: 0px 0px 0px 36px;
	width: 121px;
}

#footer .newsletter-field {
	width: 200px;
	font-size: 12px;
	font-family: 'Droid Serif', serif;
	font-size: 13px;
	font-style: italic;
	padding: 9px 6px;
	margin: 8px 0px 20px 0px;
	border-radius: 3px;
}

p.newsletter {
	white-space: nowrap;
}






/*********************************/
/***** Layout Internal Pages *****/
/*********************************/

.sidebar.left {
	width: 255px;
	padding: 0px 20px 0px 0px;
	font-size: 13px;
}

.sidebar.right {
	width: 255px;
	padding: 0px 0px 0px 20px;
	font-size: 13px;
}

.main-content {
	width: 100%;
	margin: 0px 0px 0px -275px;
}

.main-content-inner {
	margin: 0px 0px 0px 275px;
}

.main-content-full {
	width: 100%;
}

.sidebar-block {
	margin: 0px 0px 24px 0px;
}

.sidebar-title {
	margin: 0px 0px 5px 0px;
}

.collapsible {
	padding-left: 36px;
}

.sidebar-title > general-block {
	padding: 0px;
}

.sidebar h3 {
	margin: 0px;
	padding: 0px;
	height: 26px;
	line-height: 26px;
	overflow: hidden
}

.sidebar ul.categories,
.sidebar ul.blog-posts,
.sidebar ul.tags {
	list-style: none outside none;
	margin: 0px;
}

.sidebar ul.categories li {
	padding: 10px 4px 10px 12px;
	border-bottom: 1px solid #e1e1e1;
}

.sidebar ul.categories li:last-child {
	border-bottom: 0px none;
}

.sidebar ul.categories li a {
	border-bottom: 0px none;
}

.sidebar-post-single {
	margin: 0px 0px 6px 0px;
	padding: 6px;
}

.sidebar-post-thumb {
	padding: 3px;
	border-radius: 3px;
	margin: 0px 5px 0px 0px;
}

.sidebar-post-thumb a {
	display: block;
}

.sidebar-post-title,
.sidebar-post-date {
	display: block;
	font-size: 12px;
	line-height: 150%;
}

.sidebar-post-date {
	padding: 4px 0px 0px 86px;
	background: url(../images/calendar_icon.png) no-repeat 68px 5px;
}

ul.tags li {
	display: inline-block;
	min-width: 10px;
	border-radius: 2px;
	padding: 0px 5px;
	zoom: 1;
	margin: 5px 10px 5px 0;
	font-size: 11px;
}

.promo-internal {
	margin: 0px 0px 20px 0px;
	max-height: 270px;
}

.promo-internal img {
	width: 100%;
}





/***********************/
/***** Breadcrumbs *****/
/***********************/

.general-block.breadcrumbs {
	padding: 0px;
	margin: 0px 0px 24px 0px;
}

ul.breadcrumbs li {
	float: left;
	height: 38px;
	line-height: 38px;
	font-family: 'Droid Serif', tahoma, "lucida sans", arial, sans-serif;
	font-style: italic;
	font-size: 13px;
	padding: 0px 20px 0px 10px;
}

ul.breadcrumbs li.home {
	padding: 0px;
}

ul.breadcrumbs li:last-child {
	background: none;
}






/****************/
/***** Blog *****/
/****************/

.blog-date {
	width: 60px;
	height: 60px;
	border-radius: 2px;
}

h3.blog-post-title-inner {
	line-height: 140%;
	margin: 0;
	padding: 0 0 0 72px;
	text-shadow: none;
	display: table;
	height: 60px;
	position: absolute;
}

.blog-post-title-inner a {
	display: table-cell;
	vertical-align: middle;
}

.blog-post-title {
	position: relative;
	font-family: 'Sansita One', cursive;
	width: auto;
	height: 60px;
	margin: 0px 0px 6px 0px;
}

.blog-image img {
	width: 100%;
}

.blog-date .month {
	font-size: 14px;
	text-align: center;
}

.blog-date .date-number {
	font-size: 24px;
	padding: 12px 0 0;
	text-align: center;
}

.blogpost-user-icon,
.blogpost-category-icon,
.blogpostpost-comment-icon {
	padding: 0px 0px 0px 30px;
	margin: 8px 16px 0px 0px;
	font-size: 13px;
	height: 23px;
	line-height: 23px;
	background-image: url(../images/blog_icons.png);
	background-repeat: no-repeat;
	color: #a4a4a4;
}

.blogpost-user-icon {
	background-position: 0px -66px;
}

.blogpost-category-icon {
	background-position: 0px -33px;
}

.blogpostpost-comment-icon {
	background-position: 0px 0px;
}

.comments-avatar {
	float: left;
	margin: 20px 5px 0px 0px;
}

.comments-avatar img {
	padding: 2px;
}

.comments-text {
	float: left;
	width: 60%;
	margin: 20px 0px 14px 0px
}

.general-field {
	padding: 0px 2px;
	border-radius: 4px;
	behavior: url(css/PIE.htc);
	position: relative;
}

.txtarea-comment {
	width: 100%;
	background-color: transparent;
	border: 0 none;
	padding: 4px 0px;
	resize: none;
}

.comments-text .name {
	font-weight: bold;
	font-size: 13px;
	display: block;
}

.comments-text .time {
	font-size: 12px;
	display: block;
	color: #a4a4a4;
}

.comments-button {
	margin: 0px 0px 0px 67px;
}





/********************/
/***** Contacts *****/
/********************/

.formfield-container {
	position: relative;
}

.address .street {
	background: url(../images/map.png) no-repeat scroll -4px 4px transparent;
	padding: 15px 0px 0px 72px;
	min-height: 70px;
	margin: 0px 0px 15px 0px;
}

.address .phone {
	background: url(../images/phone_bb.png) no-repeat scroll -4px 10px transparent;
	padding: 15px 0px 0px 72px;
	min-height: 70px;
	margin: 0px 0px 15px 0px;
}

.address .office-email {
	background: url(../images/email_write.png) no-repeat scroll -4px 5px transparent;
	padding: 15px 0px 0px 72px;
	min-height: 70px;
	margin: 0px 0px 15px 0px;
}

.address p {
	margin: 0px;
	padding: 0px;
}

.form-name {
	margin: 0px 0px 30px 0px;
}

.form-name label {
	font-family: 'Droid Serif', tahoma, "lucida sans", arial, sans-serif;
	font-size: 12px;
	font-style: italic;
}

label.error {
	position: absolute;
	bottom: -24px;
	left: 0px;
	color: #ff0000;
}






/****************/
/***** Cart *****/
/****************/

.cart-container table {
	width: 100%;
	margin: 20px 0px 30px 0px;
}

.cart-container table td {
	vertical-align: middle;
	padding: 7px 0px;
}

.cart-container table tr.last td {
	border-bottom: 0px none;
}

.cart-container table tr.submit td {
	padding-top: 30px;
}

.cart-container table td.remove {
	width: 54px;
	text-align: center;
}

.cart-container table td.thumbnail {
	width: 85px;
	text-align: center;
}

.cart-container table td.thumbnail img {
	width: 65px;
}

.cart-container table td.product-name {
	text-align: left;
	padding: 0px 10px
}

.cart-container table td.unit-price {
	width: 120px;
	text-align: right;
}

.cart-container table td.quantity {
	width: 115px;
	text-align: right;
}

.cart-container table input.cart-field {
	width: 80px;
	text-align: right;
}

.cart-container table td.price {
	width: 115px;
	text-align: right;
	padding-right: 10px;
}

.cart-container table td span.heading {
	display: block;
	font-size: 12px;
	font-style: italic;
}

.cart-container span.summary {
	font-weight: bold;
	font-size: 16px;
}

.input-text-grey {
	background-color: #d2d2d2;
	box-shadow: 0px 1px 1px 0px #787878 inset;
	-moz-box-shadow: 0px 1px 1px 0px #787878 inset;
	-webkit-box-shadow: inset 0px 1px 1px 0px #787878;
	border-radius: 4px;
	height: 32px;
	line-height: 32px;
	border: 0px none;
	padding: 0px 5px;
}

.cart-container table a.cart-button {
	width: 60px;
	text-align: center;
}







/**********************/
/***** Shortcodes *****/
/**********************/

.one-half {
	width: 48%;
	margin-right: 2%;
}

.one-third {
	width: 32%;
	margin-right: 1.33%;
}

.one-fourth {
	width: 23%;
	margin-right: 2%;
}

.one-fifth {
	width: 18%;
	margin-right: 2%;
}

.one-sixth {
	width: 15%;
	margin-right: 1.65%;
}

.two-third {
	width: 65%;
	margin-right: 1.65%;
}

.last {
	margin: 0px 0px 0px 0px;
}

span.highlight,
span.highlight2 {
	padding: 2px 4px;
}

div.alert-warning {
	border-radius: 3px;
	background: #ffffdd url(../images/warning_icon.png) 12px center no-repeat;
	padding: 15px 25px 15px 50px;
	color: #727226;
	border: 1px solid #aeae82;
	font-size: 0.813em;
	margin: 10px 0px;
}

div.alert-success {
	border-radius: 3px;
	background: #d3e6c9 url(../images/success_icon.png) 12px center no-repeat;
	padding: 15px 25px 15px 50px;
	color: #727226;
	border: 1px solid #6aa05a;
	font-size: 0.813em;
	margin: 10px 0px;
}

div.alert-info {
	border-radius: 3px;
	background: #E5EFFF  url(../images/info_icon.png) 12px center no-repeat;
	padding: 15px 25px 15px 50px;
	color: #446677;
	border: 1px solid #347eb7;
	font-size: 0.813em;
	margin: 10px 0px;
}

div.alert-error {
	border-radius: 3px;
	background: #ffcccc url(../images/error_icon.png) 12px center no-repeat;
	padding: 15px 25px 15px 50px;
	color: #774444;
	border: 1px solid #cc7373;
	font-size: 0.813em;
	margin: 10px 0px;
}







/*************************************/
/***** Superfish Navigation Menu *****/
/*************************************/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	padding:		0;
	list-style:		none;
	font-size: 13px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	wwidth:			170px; /* left offset of submenus need to match (see below) */
	white-space: nowrap;
}
.sf-menu ul li {
	text-shadow: none;
	text-transform: none;
	font-weight: normal;
	display: block;
	float: none;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	padding: 0px 20px;
	margin: 11px 0px 0px 0px;
	border-radius: 3px;
	z-index:		450;
	text-transform: uppercase;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			34px; /* match top ul list item height */
	z-index:		99;
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.2);
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			39px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			39px; /* match ul width */
	top:			0;
}

/*** SKIN ***/
.sf-menu {
	padding: 0px 20px;
}
.sf-menu a {

}
.sf-menu li a  { /* visited pseudo selector so IE6 applies text colour*/
	text-decoration: none;
	padding: 8px 0px;
	border-bottom: 0px none;
}

.sf-menu li a:hover  { /* visited pseudo selector so IE6 applies text colour*/
		
}

.sf-menu li:hover a { /* visited pseudo selector so IE6 applies text colour*/
	text-decoration: none;
}

.sf-menu li ul li {
	margin: 0px;
	padding: 30px 0px;
	text-transform: none;
}

.sf-menu li ul {
	border-radius: 0px 3px 3px 3px;
}

.sf-menu li ul li {
	
}

.sf-menu li li li {
	padding: 0px;
	font-size: 12px;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

.sf-menu li ul li:hover,
.sf-menu a:hover {
	background: none;
}

.sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

.sf-menu li.sfish-navgiation-item {
	padding: 0px;
	font-size: 12px;
}

.sf-menu li.sfish-navgiation-item:last-child {
	border-bottom: 0px none;
}

.sf-menu li.sfish-navgiation-item a,
.sf-menu li li li a {
	padding: 10px 20px;
}

.sf-menu li.sfish-navgiation-item a {
	border-bottom: 0px none;
}

.sf-menu li.sfish-navgiation-item:hover {
	outline:	0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	/* min-width: 1px;
	background-image: url(../images/menu_arrow.png);
	background-repeat: no-repeat;
	background-position: 100% 50%; */
	border-bottom: 0px none;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.html') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 0 5px rgba(0, 0, 0, 0.7);
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.sf-shadow li.sfish-navgiation-item.last {
	border: 0px none;
}






/*
	Mosaic - Sliding Boxes and Captions jQuery Plugin
	Version 1.0.1
	www.buildinternet.com/project/mosaic
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

/*General Mosaic Styles*/
.mosaic-block {
	position:relative;
	overflow:hidden;
}

.mosaic-backdrop {
	display:none;
	position:absolute;
	top:0;
	padding: 19px 0px 0px 9px;
}
	
.mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
}
	
.mosaic-block .details {
	padding: 10px;
	font-size: 12px;
}
	
/*** Custom Animation Styles (You can remove/add any styles below) ***/
.circle .mosaic-overlay {
	background: url(../images/zoom_link.png) no-repeat center center;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	display:none;
}

.fade .mosaic-overlay {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	background:url(../img/bg-black.png);
}

.bar .mosaic-overlay {
	bottom:-100px;
	height:100px;
	background:url(../img/bg-black.png);
}

.bar2 .mosaic-overlay {
	bottom:-50px;
	height:100px;
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
}

.bar2 .mosaic-overlay:hover {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}

.bar3 .mosaic-overlay {
	top:-100px;
	height:100px;
	background:url(../img/bg-black.png);
}
		
/*** End Animation Styles ***/





/*******************************/
/***** Image Slider Effect *****/
/*******************************/

	#intro {
		width: 580px;
		margin: 0 auto;
	}
	#pager2 a {
		display: inline-block;
		width: 26px;
		height: 26px;
	}
	#pager2 a.selected {
	}
	.caroufredsel_wrapper ul {
		
	}
	.list-carousel {
		mmargin: 0 0 30px 60px;
		width: 360px;
	}
	.list-carousel ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.list-carousel li {
		padding: 2px 0px;
		display: block;
		float: left;
	}
	.list-carousel.responsive {
		width: auto;
		margin-left: 0;
	}
	.prev {
		float: left;
		margin-left: 10px;
		background-position: 20px 4px;
		width: 50px;
		height: 30px;
	}
	.next {
		float: right;
		margin-right: 10px;
		background-position: 20px 4px;
		width: 50px;
		height: 30px;
	}
	.pager {
		margin: 0px auto;
		margin-top: 15px;
		width: 300px;
		text-align: center;
	}
	.pager a {
		margin: 0 5px;
		text-decoration: none;
	}
	.pager a:focus { 
		outline: none; 
	}

	.pager a.selected {
		text-decoration: underline;
	}
	.timer {
		background-color: #999;
		height: 6px;
		width: 0px;
	}
	
/***** Product Configurator*****/
	
.clearboth {
	clear: both!important;
	height: 0px!important;
	overflow: hidden!important;
	width: 100%!important;
	float: none!important;
	padding: 0!important;
	margin: 0!important;
}
#details_image_boxId {
    width: 300px;
}


div#leftSidebarWrapper {
display:none;

}
.mbCategory {
text-decoration:underline !important;
}
#LbImg {
    padding-left: 2px;
}

#thumbnailWrapper {
	margin-top:20px;
	position: relative;
}
._addtocart_quick {
	margin-top: 5px;
}
.productFields {
}

ul.qtyRow {
list-style: none;
}
.qtyRow li {
float: left;
background: #E3E3E3;
width: 80px;
margin: 1px 1px;
border: 1px solid black;
border-collapse: separate;
padding-bottom: 10px;
}
p.qtyHeading {
margin-left: -1px;
margin-right: -1px;
padding: 0;
background: #5691CC;
font-size: 14px;
color: white;
border-right: 1px solid black;
border-left: 1px solid black;
}
div.qtyGrid {
border: none;
}
ul.qtyRow li input[type=text] {
border: 1px solid black;
border-radius: 3px;
width: 80%;
margin: 6px 6px;
height: 20px;
}




.details_hdr {
	display: none;
}
.details_image_box {
	float:left;
	width:30%;
	padding-top:10px;
}
.details_sku {
	padding-top:10px;
}
.details_fields {
	width: 630px;
}
#detailsWrapperId {
	padding-left: 10px;

}
.buttonContainer {
/* 
width:625px;
 float:left; */
}
.buttonContainer_addToList {
}
#zoomImageId {
	position: relative;
	margin-top:10px;
}
.qtyGrid {
	border: 1px solid #000;
	width : 100%;
}

td.optionValue {
width: 136px;
display: block;
}
.fieldRow {
	background: #5691CC;
	color:#fff;
}
tr.qtyRow td input[type=text], .quantitybox input[type=text] {
	padding : 2px 2px 2px 5px;
	border-radius : 3px;
	border-color : blue;
	border : 1px solid;
	width : 43px;
	height : 20px;
}
.fieldRow th {
	padding : 5px 3px 5px 3px;
}
.salesTagImageWrapper {
}
.salesTagImage {
	width:100%;
	height: 75px;
}
.salesTagImage img {
	float: left;
}
tr.childSkuRow td {
	padding : 5px 3px 5px 3px;
}
tr.qtyRow td {
	padding : 5px 3px 5px 3px;
}
tr.qtyRow td.center {
	text-align: center;
}
.thumb_link img {
	width:57px;
}
.MagicZoomPlus img {
	border: 0 none !important;
	margin: 0 !important;
	outline: 0 none !important;
	padding: 0 !important;
}
div.details_image_box a.MagicZoomPlus {
	max-height:290px
}
.normal_image {
	max-width:300px;
	max-height:400px;
        width: 300px;
}
.priceGrid td {
font-size: 15px;
font-weight: bold;
}
.center {
	text-align: center;
}
._addToList {
	margin-top: 5px;
	margin-bottom: 5px;
}
.priceGrid {
}
#priceGridContainer {
	overflow: visible;
}
#priceAddToCartFormWrapper {
       float: right !important;
       width: 67%;
}
.priceGridHeading {
     font-size : 14px;
     padding-bottom : 5px;
}
tr.d {
  display : none;
}
._addtocart_thumb {
	max-width: 107px;
}
.thumb_link img {
/*  margin-top: 20px;
    width: 50px; */
}
ul.level-1 {
	z-index: 10000;
}
.price_container {
	width: 625px;
	display: block;
	float: left;
}
.qunatityTable {
	width:600px;
	float:left;
	display:block;
}
.buttonContainerId {
	width:625px;
	float:left;
	display: block;
}
#addToCartForm {
	float: left;
	padding: 0 0 5px 0;
	width: 628px;
}
#newOption {
	float: left;
	padding: 0 0 5px 0;
	width: 350px;
}
#buttonContainerId {
	width : 250px;
	margin-top: 20px;
	float :left;
}
.optionTextArea {
	width : 280px;
	height : 100px;
	padding : 5px 5px 5px 10px;
	border : 1px solid;
	border-radius : 3px;
}
.MagicZoomBigImageCont {
	margin-top: 10px;
}
#details_image_boxId {
	float : left;
}
#priceContainerById {
width: 100%;
margin-top: 20px;
margin-bottom: 40px;
}
.priceGrid {
	width : 100%;
}
.toggleButton {
}
.toggleButton a {
	text-decoration: none;
	padding : 3px 5px 3px 5px;
	background-color : gray;
	border-radius : 3px;
	color : white;
	font-size : 14px;
}
.details_product_tab_container {
	width : 100%;
}
#tab-block-1 {
	margin: 0 0px 20px 0px;
}
.tab-menu li {
	height: 30px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-radius:3px;
}
li.tab-selected {

}
.tab-menu {
	padding-left: 0px;
}
.tab-menu li a {
	padding-top:5px;
}
.tab-wrapper {
	border: 2px solid #EEEEEE;
	clear: both;
	padding: 10px 10px 10px 15px;
}

#clear2 {
	clear : both;
}
div.productOption div.optionName, div.mulitoptionTable div.optionName, .quantityTitle {
	margin-top: 10px;
	padding: 0 5px 0 0px;
	font-size : 12px;
	font-weight : bold;
}
div.optionValue select, div.mulitoptionTable td select, .childSkuRow select {
	width : 230px;
	height : 25px;
	font-size : 13px;
}
div.productOption, div.mulitoptionTable tr {
	margin-top: 5px;
}
tr.salesRow td {
	padding: 5px 3px;
}
.details_image_box {
	margin-right:5px;
}
/*for new configurator */
.clear {
	clear: both;
}
#clear1 {
	clear: none !important;
}
.custom_step {
	-moz-background-inline-policy: continuous;
	background:repeat-x scroll 50% top #EEEEEE;
	border: 1px solid #DDDDDD;
	color: #333333;
	margin: 10px 0 10px 0;
	overflow: visible;
	padding: 8px 8px 12px;
}
.custom_step span.number {
	color: #667178;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	z-index: 1;
	padding-top:5px;
	padding-left:3px;
}
div.hdr {
	background: repeat-x scroll 0 0 #EAF0F5;
	border: 1px solid #CCCCCC;
	color: #333333;
	display: block;
	font: bold 14px Verdana, arial;
	height: 25px;
	margin: 0 0 6px;
	padding-top: 5px;
	text-decoration: none;
	text-indent: 35px;
}
.custom_step .help {
float: left;
width: 100%;
border: 1px solid #CCCCCC;
margin-bottom: 15px;
background: repeat-x scroll 0 0 #EAF0F5;
}
/*
.custom_step .help {
float: left;
width: 100%;
margin-bottom: 15px;

} *//*.custom_step .help label {
	border-bottom: 1px dotted #AAAAAA;
	color: #000000;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 90%;
} */

.custom_step .help label {
color: #000000;
display: block;
padding: 7px;
font: bold 14px Verdana, arial;
width: 90%;
}

.custom_step .option_selection {
float: left;
width: 100%;
}
.option_wrapper {
	padding : 10px 0 0 10px;
}
.helpText {
	color: #999999;
	margin-top: 30px;
	text-align: left;
	text-decoration: none;
}
.helpText a {
	color: #999999;
	text-decoration: none;
}
.optionTextArea {
	width : 280px;
	height : 100px;
	padding : 5px 5px 5px 10px;
	border : 1px solid;
	border-radius : 3px;
}

.formWrapper {
	display: block;
	float: right;
}
#addToCartForm a {
	text-decoration: none;
	color: black !important;
	font-family: arial;
	font-weight: bold;
	font-size:13px
}
.checkboxWrapper {
	cursor: pointer;
	float: left;
	margin-right: 3px;
	margin-top: 6px;
}
#priceContainerById > div {
	margin-top: 15px;
}
.buttonContainer_customize {
	background: #fcb144; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjYjE0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjZmNiMTQ0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSIjZmNhYzJiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjElIiBzdG9wLWNvbG9yPSIjZmNhYzJiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZmNhYTIzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjZmNhNTFiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDYlIiBzdG9wLWNvbG9yPSIjZmNhMzE1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmNhMzE1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTglIiBzdG9wLWNvbG9yPSIjZmI5YTBiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjMlIiBzdG9wLWNvbG9yPSIjZmI5YTBiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjclIiBzdG9wLWNvbG9yPSIjZmE5MzAxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZmE5MzAxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzklIiBzdG9wLWNvbG9yPSIjZmE4YjAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODMlIiBzdG9wLWNvbG9yPSIjZmE4YjAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODglIiBzdG9wLWNvbG9yPSIjZmE4MzAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhODMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, #fcb144 0%, #fcb144 4%, #fcac2b 17%, #fcac2b 21%, #fcaa23 25%, #fca51b 42%, #fca315 46%, #fca315 50%, #fb9a0b 58%, #fb9a0b 63%, #fa9301 67%, #fa9301 75%, #fa8b00 79%, #fa8b00 83%, #fa8300 88%, #fa8300 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcb144), color-stop(4%,#fcb144), color-stop(17%,#fcac2b), color-stop(21%,#fcac2b), color-stop(25%,#fcaa23), color-stop(42%,#fca51b), color-stop(46%,#fca315), color-stop(50%,#fca315), color-stop(58%,#fb9a0b), color-stop(63%,#fb9a0b), color-stop(67%,#fa9301), color-stop(75%,#fa9301), color-stop(79%,#fa8b00), color-stop(83%,#fa8b00), color-stop(88%,#fa8300), color-stop(100%,#fa8300)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fcb144 0%,#fcb144 4%,#fcac2b 17%,#fcac2b 21%,#fcaa23 25%,#fca51b 42%,#fca315 46%,#fca315 50%,#fb9a0b 58%,#fb9a0b 63%,#fa9301 67%,#fa9301 75%,#fa8b00 79%,#fa8b00 83%,#fa8300 88%,#fa8300 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fcb144 0%,#fcb144 4%,#fcac2b 17%,#fcac2b 21%,#fcaa23 25%,#fca51b 42%,#fca315 46%,#fca315 50%,#fb9a0b 58%,#fb9a0b 63%,#fa9301 67%,#fa9301 75%,#fa8b00 79%,#fa8b00 83%,#fa8300 88%,#fa8300 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fcb144 0%,#fcb144 4%,#fcac2b 17%,#fcac2b 21%,#fcaa23 25%,#fca51b 42%,#fca315 46%,#fca315 50%,#fb9a0b 58%,#fb9a0b 63%,#fa9301 67%,#fa9301 75%,#fa8b00 79%,#fa8b00 83%,#fa8300 88%,#fa8300 100%); /* IE10+ */
background: linear-gradient(to bottom, #fcb144 0%,#fcb144 4%,#fcac2b 17%,#fcac2b 21%,#fcaa23 25%,#fca51b 42%,#fca315 46%,#fca315 50%,#fb9a0b 58%,#fb9a0b 63%,#fa9301 67%,#fa9301 75%,#fa8b00 79%,#fa8b00 83%,#fa8300 88%,#fa8300 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb144', endColorstr='#fa8300',GradientType=0 ); /* IE6-8 */
	border-radius: 1px 1px 1px 1px;
	color: #121212;
    padding: 8px 7px 7px 14px;
	position: relative;
	top: 2px;
	width: 130px;
	float:left;
}
.buttonContainer_Save {
	background: #fcb144; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjYjE0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjZmNiMTQ0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSIjZmNhYzJiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjElIiBzdG9wLWNvbG9yPSIjZmNhYzJiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZmNhYTIzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjZmNhNTFiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDYlIiBzdG9wLWNvbG9yPSIjZmNhMzE1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmNhMzE1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTglIiBzdG9wLWNvbG9yPSIjZmI5YTBiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjMlIiBzdG9wLWNvbG9yPSIjZmI5YTBiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjclIiBzdG9wLWNvbG9yPSIjZmE5MzAxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZmE5MzAxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzklIiBzdG9wLWNvbG9yPSIjZmE4YjAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODMlIiBzdG9wLWNvbG9yPSIjZmE4YjAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODglIiBzdG9wLWNvbG9yPSIjZmE4MzAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhODMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, #fcb144 0%, #fcb144 4%, #fcac2b 17%, #fcac2b 21%, #fcaa23 25%, #fca51b 42%, #fca315 46%, #fca315 50%, #fb9a0b 58%, #fb9a0b 63%, #fa9301 67%, #fa9301 75%, #fa8b00 79%, #fa8b00 83%, #fa8300 88%, #fa8300 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcb144), color-stop(4%,#fcb144), color-stop(17%,#fcac2b), color-stop(21%,#fcac2b), color-stop(25%,#fcaa23), color-stop(42%,#fca51b), color-stop(46%,#fca315), color-stop(50%,#fca315), color-stop(58%,#fb9a0b), color-stop(63%,#fb9a0b), color-stop(67%,#fa9301), color-stop(75%,#fa9301), color-stop(79%,#fa8b00), color-stop(83%,#fa8b00), color-stop(88%,#fa8300), color-stop(100%,#fa8300)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fcb144 0%,#fcb144 4%,#fcac2b 17%,#fcac2b 21%,#fcaa23 25%,#fca51b 42%,#fca315 46%,#fca315 50%,#fb9a0b 58%,#fb9a0b 63%,#fa9301 67%,#fa9301 75%,#fa8b00 79%,#fa8b00 83%,#fa8300 88%,#fa8300 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fcb144 0%,#fcb144 4%,#fcac2b 17%,#fcac2b 21%,#fcaa23 25%,#fca51b 42%,#fca315 46%,#fca315 50%,#fb9a0b 58%,#fb9a0b 63%,#fa9301 67%,#fa9301 75%,#fa8b00 79%,#fa8b00 83%,#fa8300 88%,#fa8300 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fcb144 0%,#fcb144 4%,#fcac2b 17%,#fcac2b 21%,#fcaa23 25%,#fca51b 42%,#fca315 46%,#fca315 50%,#fb9a0b 58%,#fb9a0b 63%,#fa9301 67%,#fa9301 75%,#fa8b00 79%,#fa8b00 83%,#fa8300 88%,#fa8300 100%); /* IE10+ */
background: linear-gradient(to bottom, #fcb144 0%,#fcb144 4%,#fcac2b 17%,#fcac2b 21%,#fcaa23 25%,#fca51b 42%,#fca315 46%,#fca315 50%,#fb9a0b 58%,#fb9a0b 63%,#fa9301 67%,#fa9301 75%,#fa8b00 79%,#fa8b00 83%,#fa8300 88%,#fa8300 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb144', endColorstr='#fa8300',GradientType=0 ); /* IE6-8 */
	border-radius: 1px 1px 1px 1px;
	color: #121212;
	padding: 8px 2px 7px 14px;
	position: relative;
	top: -32px;
	width: 100px;
}

.option_wrapper {
    font-size: 14px;
}
.buttonContainer_customize a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.buttonContainer_Save  {
       position: none !important;
       float: right !important;
       top: 0 !important;
}
.buttonContainer_customize a {
        color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.buttonContainer_Save a {
	color: #FFFFFF !important;
	text-decoration: none;
	font-weight: bold;
        padding: 0 0 0 30px;
}
.LBRedir {
    background: none repeat scroll 0 0 black !important;
    height: 600px;
    margin-left: 10px;
    margin-top: 23px;
    position: absolute;
    width: 600px;
filter:alpha(opacity=0);
opacity:0.0;
}

.details_image_box img {
    max-width: 290px;
}

table.priceGrid tr.qtyRow td {
background: none repeat scroll 0 0 #474747;
color: white;
white-space: nowrap;
margin: 10px;
}
table.priceGrid tr.salesRow td {
background: none repeat scroll 0 0 #8b8b8b;
color: white;
margin: 10px;
}

.tab-wrapper
{
	padding:				5px 8px 5px 8px;
	border:					1px solid #464646;
	clear:					both;
}
* html .tab-wrapper
{
	padding:				0px 6px 0px 8px;
	border-top:					2px solid #eee;
	border-bottom:					0px solid #eee;
	border-left:					0px solid #eee;
	border-right:					0px solid #eee;
}
.tab-menu
{
	list-style:				none;
	clear:					both;
	line-height:			17px;
	font-size:				14px;
}
.tab-menu li
{
	display:				inline;
	margin:					5px 1px 0 1px;
	float:left;
}	
.tab-menu li a
{
    background: #474747;
    color: #ffffff;
    display: block;
    float: left;
    font-weight: bold;
    margin: 0 0 0 3px;
    padding: 5px;
    text-decoration: none;
    border-radius: 3px 3px 0 0;
}
.tab-menu li a:hover,
.tab-menu li a:focus{
background:#bd0004;
}
.tab-menu li.tab-selected a
{
background:#bd0004;
}

.register_newCustomer_fieldset{
margin-right:20px!important;}
.loginWrapper {
    margin: 0 auto;
    width: 700px;
}



.pageShowing {
    color: #000000;
    font-size: 12px;
    font-weight: lighter;
    padding-left: 5px;
    padding-right: 5px;
}
.pageNavi {
    color: #000000;
    font-size: 12px;
    font-weight: lighter;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
}
.pagenavBox {
	width: 100%;
}
.pageShowing, .pageNavi {
	width: 340px;
}
a.pageNaviLink {
	color: #990000;
}



/* FAQ  */
span.directLink p{
   padding: 8px 0 1px 2px;
   margin:0 !important;
}
span.directLink {
    background-color: #EEEEEE;
    color: #777777;
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    padding: 0 0 5px 3px;
    width: 99.9%;
}

/* Review */
div.readReviewLink a {
	color:#777777;
	text-decoration: none;
}

/* GiftCard */
.giftcardBox, .f_formTable_wrapper {
border: 1px solid #c8c8c8;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fff));
  
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #eee, #fff);
  
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #eee, #fff);
  
	/* IE 10 */
	background: -ms-linear-gradient(top, #eee, #fff);
  
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #eee, #fff);

}
.giftcardBox .note, .f_formTable_wrapper .note {color: #DD3204; font-weight:bold; font-size: 8px;}
.giftcardBox li, .f_formTable_wrapper li {font-weight:bold; margin:20px;padding:9px;}
.giftcardBox .box, .f_formTable_wrapper .box {margin-left:15px; }

.sortLink{color:#ffffff;}

/* Sugar-sync */
div#fileWrapper {
	
}
div#fileWrapper a.hdrLink {
	text-decoration: none;
	padding: 0 0 15px;
	display: block;
}
div#fileWrapper ul.files {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
div#fileWrapper ul.files li a{
	text-decoration: none;
}
div#fileWrapper ul.files li a:hover{
	text-decoration: underline;
}
div#fileWrapper ul.files li.fileName{
	background: url(Image/Layout/file.gif) no-repeat 0 0;
	height: 25px;
	background-position: 0 0px;
	background-size: 20px;
	padding-left: 28px;
}
div#fileWrapper ul.files li.folderName{
	background: url(Image/Layout/folder.gif) no-repeat 0 0;
	height: 25px;
	background-position: 0 0px;
	background-size: 20px;
	padding-left: 28px;
}

/*  final Order */
div.finalOrderHdrImage {
	background:url(Image/Layout/finalOrder_hdr.jpg) no-repeat left top;
	width:745px;
	height:98px;
}


/* ticket form */

.TicketFormWrapper input[type="text"], .TicketFormWrapper input[type="password"] {
    border: 1px solid #999999;
    height: 25px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 1px;
    width: 245px;
}

.TicketFormWrapper input textarea{
    border: 1px solid #999999;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 1px;
    width: 245px;
}

#ticketForm {
border: 1px solid #c8c8c8;


	
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fff));
  
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #eee, #fff);
  
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #eee, #fff);
  
	/* IE 10 */
	background: -ms-linear-gradient(top, #eee, #fff);
  
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #eee, #fff);
	
	color: #404040;
	padding: 20px;
}

#ticketForm h2 {
	font-weight: bold;
}

#ticketForm label {
	font-weight: bold;
}

#ticketForm dl {
	padding: 20px;
}

#ticketForm dl, .formAction input {
}

.formAction {
	margin: 10px 0px 0px 20px;
}

.formAction input {
	border: none;
	border-radius: 5px;
	padding: 3px 5px;
}

#ticketForm dt {
	margin: 10px 0px;
}


/* FAQ */
.faqTitle {
	color: #404040;
	margin: 0px 0px 10px 0px;
}

.faqSearch, #faqBox, .accountEdit, #addressForm{
	
	padding: 20px;
	margin: 20px 0px;

	border: 1px solid #c8c8c8;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fff));
  
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #eee, #fff);
  
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #eee, #fff);
  
	/* IE 10 */
	background: -ms-linear-gradient(top, #eee, #fff);
  
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #eee, #fff);
	
}
.question {
    margin-bottom: 10px;
}

.accountEdit {
    line-height: 24px;
	margin-top:0;
}
.accountEdit input[type="text"], .accountEdit input[type="password"], #addressForm input[type="text"], #addressForm input[type="password"] {
    border: 1px solid #999999;
    display: block;
    float: right;
    height: 25px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 1px;
    width: 245px;
}

#addressForm select {
    border: 1px solid #999999;
    display: block;
    float: right;
    height: 30px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 1px;
    width: 250px;
	}
#addressForm .formNameReq {
    width: 500px;
}	

.box input{
    border: 1px solid #999999;
    height: 25px;
    padding: 1px;
    width: 250px;
}	

.box td {
    vertical-align: top;
    padding-right: 5px;
    padding-top: 10px;
}
.box textarea{
    border: 1px solid #999999;
    width: 500px;
}
.addressBook{     background: #464646;
    color: #FFFFFF;
    font-size: 16px;
    padding: 5px;}

/* policy */
a.policyLink, a span.policyName {
	text-decoration: none;
	color: #404040;
}

a span.policyName {
	font-weight: bold;
}

a.policyLink:hover {
	text-decoration: underline;
}

p.policy {
	border: 1px solid #c8c8c8;
	padding: 20px;
	color: #404040;
	margin-top: 10px;
	
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fff));
  
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #eee, #fff);
  
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #eee, #fff);
  
	/* IE 10 */
	background: -ms-linear-gradient(top, #eee, #fff);
  
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #eee, #fff);
}



/* listings */
.listings {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	color: #000000;
	width: 100%;
	line-height:30px;
	}
.listingsHdr1 {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.listingsHdr2 {
	color: #FFFFFF;
	font-weight: bold;
	background: #464646;
	}
.nameCol {
	padding-left: 10px;
	}
.nameLink {
	color: #003366;
	text-decoration: underline;
	}
.row0 {
	background: #FFFFFF}
.row0:hover {
	background: #FFFFCC}
.row1 {
	background: #EEEEEE;}
.row1:hover {
	background: #FFFFCC;}
.emptyList {
	background: #FFFFFF;	
	}
	
/* comparison */
.comparison {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	color: #000000;
	width: 100%;
	}
.comparisonTitle {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.comparisonHdr {
	font-weight: bold;
	color: #FFFFFF;
	background: #CCCCCC;
	}
.comparisonNameLink {
	color: #003366;
	text-decoration: underline;
	}
.comparisonCol0 {
	background: #FFFFFF;
	}
.comparisonCol1 {
	background: #FFFFCC;
	}
.comparisonPrice {
	color: #990000;	
	font-weight: bold;
	white-space: nowrap;
	}

/* quickmode */
table.quickmode {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #999999;
	width: 100%;
	}
th.quickmode {
	color: #FFFFFF;
	background: #464646;
	}
th.quickmodeQuote {
	color: #FFFFFF;
	background: #464646;
	}
	
	.quickmode .price{
	text-align:center!important;
	font-weight:normal;}
	
.quickmode_image {
	}	
	
	
/* company Review */
.companyReviewTitle {background-color:#E3E3E3;border:1px solid #919191;font-size:12px;font-weight:bold;margin-top:10px;padding:5px;}
.companyReview {font-size:14px; font-weight:700;}
.details_fields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
 	color: #666;
 	border-collapse: collapse;
 	width: 100%;
	margin-bottom: 10px;
	}
.details_field_name_row0 {
 	background-color: #474747;
	color:#FFFFFF;
 	width: 150px;
	padding: 5px;
	}
.details_field_name_row1 {
 	background-color: #8B8B8B;
 	width: 150px;
	padding: 5px;
	color:#FFFFFF;
	}
.details_field_value_row0 {
 	background-color: #474747;
	color:#FFFFFF;
 	padding: 5px;
	}
.details_field_value_row1 {
 	color: #FFFFFF;
	padding: 5px;
	 	background-color: #8B8B8B;
	}
.recommended_list {
	border: #919191 1px solid;
	background-color: #E3E3E3;	
	font-size:12px;	
	font-weight:bold;
	padding: 5px;
	margin-top: 10px;
	}
.box_contents {
	border: #919191 1px solid;
	background-color: #E3E3E3;	
	font-size:12px;	
	font-weight:bold;
	padding: 5px;
	}
.box_content_body {
	border: #919191 1px solid;
	margin-top: 10px;
	margin-bottom: 30px;	
	}
.box_content_body input {
	border: #919191 1px solid;
	color: #323232;	
	background-color: #E3E3E3;
	position:static;
	}
#box_content {
	border: #919191 1px dotted;background-color:#F0F0F0;float:left;margin-right:5px;overflow:hidden;width:140px;height:200px;text-align:center;
	}				
#box_content_img {
	height:100px;margin-bottom:3px;overflow:hidden;text-align:center;
	}	
#box_content_dis {
	/*height:50px;overflow:auto;hidden;text-align:left;*/
	display:none
	}
#box_content_product_name {
	width:100px;height:20px;text-align:left;
	}	
#dropDownList_main {
	background-color: #dddddd;
	margin:10px;
	padding:15px;
	}
.dropDownList_select {
	width:120px;
	}	
#dropDownList_title	{
	font-size: 12px;	
	text-decoration: none;
	color: #EE0000;
	font-weight: bold;
	}		
.also_consider {
	width: 150px;
	margin-left:10px;
	border: #919191 1px solid;
	background-color: #FFFFFF;
	}
.also_consider_title {
	background-color: #919191;	
	font-size:10pt;	
 	color: #FFFFFF;
	padding: 5px;
	}
.also_consider_item_name {
	font-size: 9pt;
	}
.price_range {
	color: #990000;	
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	white-space: nowrap;
	}
	
	
/* listings */
.listings {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	color: #000000;
	width: 100%;
	line-height:30px;
	}
.listingsHdr1 {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.listingsHdr2 {
	color: #FFFFFF;
	font-weight: bold;
	background: #464646;
	}
.nameCol {
	padding-left: 10px;
	}
.nameLink {
	color: #003366;
	text-decoration: underline;
	}
.row0 {
	background: #FFFFFF}
.row0:hover {
	background: #FFFFCC}
.row1 {
	background: #EEEEEE;}
.row1:hover {
	background: #FFFFCC;}
.emptyList {
	background: #FFFFFF;	
	}
	
/* comparison */
.comparison {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	color: #000000;
	width: 100%;
	}
.comparisonTitle {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.comparisonHdr {
	font-weight: bold;
	color: #FFFFFF;
	background: #CCCCCC;
	}
.comparisonNameLink {
	color: #003366;
	text-decoration: underline;
	}
.comparisonCol0 {
	background: #FFFFFF;
	}
.comparisonCol1 {
	background: #FFFFCC;
	}
.comparisonPrice {
	color: #990000;	
	font-weight: bold;
	white-space: nowrap;
	}

/* quickmode */
table.quickmode {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #999999;
	width: 100%;
	}
th.quickmode {
	color: #FFFFFF;
	background: #464646;
	}
th.quickmodeQuote {
	color: #FFFFFF;
	background: #464646;
	}
	
	.quickmode .price{
	text-align:center!important;
	font-weight:normal;}
	
.quickmode_image {
	}	
	
	
/* company Review */
.companyReviewTitle {background-color:#E3E3E3;border:1px solid #919191;font-size:12px;font-weight:bold;margin-top:10px;padding:5px;}
.companyReview {font-size:14px; font-weight:700;}

.leftBox {
	width:150px;
	}	
.leftBox .recommended_list_box {
	border: 1px solid #CDCDCD;
	margin-top:15px;
	width: 100%;
	}		
.leftBox .recommendedList ul {
	margin: 0;
	padding: 0;
	width:100%;
	}	
.leftBox .recommendedList li {
	padding: 0;
	list-style-type: none;
	margin:0 0 20px 0;
	width: 100%;
	}	
.leftBox .recList .thumbnail_image, .leftBox .alsoconsider_list_box .also_consider_image {
	height:60px !important;
	margin-top: 10px;
	}	
.leftBox .thumbnail_item_name, .leftBox .also_consider_item_name {
	font-size: 10px;
	color: #444444;
	}	
.leftBox .recList a {
	text-decoration: none;
	}
	
.leftBox .alsoconsider_list_box {
	border: 1px solid #CDCDCD;
	width: 100%;
	}
.leftBox .also_consider_title, .leftBox .recommended_title {	
	background-color:#E3E3E3;
	border:1px solid #919191;
	font-size:10px;
	font-weight:bold;
	padding:5px;
	color: #222222;
	}
	
.leftBox .also_consider_list ul {
	padding: 0;
	list-style-type: none;
	margin:0 0 20px 0;
	width: 100%;
	}
	
	
/* leftbar filter */
#narrowList_left{
	width: 150px;
	}	
.filter_choices {
	padding-left:5px;
	margin:0;
	}
.stretchtoggle a {
	text-decoration:none;
	}	
.filter_choices .filter	{
	line-height: 10px;
	font-size:11px;
	color:#444444;
	}
.filter_choices .filter span:hover	{
	color:#1D70C0;
	cursor:pointer;
	text-decoration:underline;
	}	
	
.stretchtoggle{
	background-color:#EDEEF1;	
	border-bottom:1px solid #E8EAED;
	border-top:1px solid #F5F6F7;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:3px 10px;
}

div #narrowList_title {
	color:#EE0000;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;	
	}
div #filter_button {
	padding:5px;
	}	
div #filter_button .reset{
	float: right;
	}	
	
#sort_box {
	background-color:#eeeeee;
    border-color: #CDCDCD;
    border-style: solid;
    border-width: 1px;
	margin-bottom:0;
	line-height:23px;
	padding:8px 10px 8px 10px;
	}
#sort_box select {
	color:#555555;
	font-size:12px;
	width: 110px;
	}	
#sort_box span {
	color:#555555;
	font-size:12px;
	font-weight:bold;
	}	
#sort_box td#pagesize {
	text-align:right;
	}	
	
/* star rating code - use lists because its more semantic */
/* product Review */
.productReviewTitle {background-color:#E3E3E3;border:1px solid #919191;font-size:12px;font-weight:bold;margin-top:10px;padding:5px;}
.writeReview {font-size:11px; font-weight:700;}
.productReview {font-size:14px; font-weight:700;}
.reviewTextarea { width:300px; height:100px;}
.reviewTitle {font-weight:700;border-bottom: #888888 1px solid;}
.reviewText pre {color:#111111;font-size:12px;font-family: Verdana, Arial, Helvetica, sans-serif; }


#stars {
	width:80px;
	position: relative;
	float: left;
	height:16px;
}
#respondRate {
	padding-left:10px;
	position: relative;
	float: left;
}
.rating{
	width:80px;
	height:16px;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(Image/Layout/rating.gif) no-repeat 0 0;
}

/* Category Cell View */

.categoryWrapper{
width: 200px;
height: 300px;
margin: 10px 5px;
padding: 10px;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border: 1px solid #ccc;
}

.cat_image_wrapper img{
max-width:160px;
max-height:160px;}

.cat_name_wrapper{
	text-align: center;
	min-height:60px;


}

.cat_name_wrapper a:hover {
color:#000000;
}


.thumbnail_compact_cell {
	border: #cccccc 1px solid; 
	background:#fff;
	padding: 10px;
	margin: 5px;
	}



.formPageNavigation {
    margin-bottom: 5px;
}


.listingsHdr1 {
	color: #990000;
	font-size: 16px;
	line-height: 30px;
}

.myaccount_fieldset, .myaccount_fieldset a {
	padding: 10px;
	padding-bottom: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}

.myaccount_fieldset a:hover {
    text-decoration: underline;
}
