/* --------------------------------------------------------------
	Resets default browser CSS
	http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Alisa: so the centered page wouldn't shift if the content is shorter than viewport */
html {
	overflow: scroll;
}

/* --------------------------------------------------------------
   typography
-------------------------------------------------------------- */
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.4;
	color: #353f46;
}

h2, h3, h4, h5, h6, p {margin: 0px 20px 10px 20px;}
h2 {font-size: 1.4em; }
h3 {font-size: 1.1em; text-transform: uppercase; padding-top: 5px; margin-bottom: 10px;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}
p, ol, ul, dl, table {font-size: 1.1em; }
ol p, ul p, dl p, fieldset p {font-size: inherit; margin: 0;}
table p {font-size: 1em;}
ol, ul, dl {margin: 0px 20px 15px 40px;}

img {margin: 0px 20px 15px 20px;}
img {vertical-align: bottom;}
p img {float: left; margin-left: 0;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}
li {margin-bottom: 2px;}
dt {font-weight: bold;}

a {
	color: #3b3b3b;
	text-decoration: none;
}

a:focus, a:hover {text-decoration: underline;}
strong {font-weight: bold;}
em {font-style: italic;}

/* --------------------------------------------------------------
 Some default classes
-------------------------------------------------------------- */
.top {margin-top:20px;}
.bottom {margin-bottom:0; padding-bottom:0;}
.clear {clear: both;}
.left {float: left;}
.right {float: right;}
.center {text-align: center;}
.hide {
	position:absolute;
	left:-9990px;
	top:0px;
	width:1px;
	height:1px;
	overflow:hidden;
}
.divider {
	border-bottom: 1px dotted #A1A1A1;
	height: 1px;
	clear: both;
	margin-bottom: 5px;
}
.column {
	float: left;
}

.maincontent .column {
	width: 50%;
	*width: 49%;
}
.thirds {
	width: 33%;
}
.invisible {
	display: none;
}

/* --------------------------------------------------------------
	=Layout
-------------------------------------------------------------- */
body {
	background-color: #fff;
}

.headerwrap {
	background: #716b7a url(../images/pattern.gif) repeat-x;
	width: 100%;
	height: 118px;
}

.header {width: 1024px; margin: 0 auto;}

.wrap {
	width: 1036px;
	margin: 0 auto;
}

.contentwrap {
	width: 1036px;
	margin: 0px auto 0 auto;
	padding-top: 10px;
	overflow: hidden;
	min-height: 520px;
}

.content {
	float: left;
	width: 945px;
	margin-bottom: 25px;
	margin-left: 15px;
	display: inline;
}

.maincontent {
	width: 741px;
	float: left;
	margin-left: 20px;
	padding-top: 10px;
	display: inline;
	position:relative;
	z-index:40;
}

.sidecontent {
	width: 153px;
	float: right;
	margin-right: 20px;
	display: inline;
	position:relative;
	z-index:2000;
}

.sidebar {
	float: right;
	width: 200px;
}

/* =header
-------------------------------------------------------------- */

.logo {padding: 10px 0 6px 25px; margin: 0; float: left;}
.logo img {margin: 0;}

/* =nav
-------------------------------------------------------------- */
#navwrap {
	height: 30px;
	width: 814px;
	float: left;
	margin-top: 50px;
}

#nav {position:relative; margin: 5px 0 0 25px; z-index: 100;}
#nav li {float:left; list-style: none;}
#nav li a {position: absolute; top:0; display:block; height:30px; background:url(../images/nav.gif) no-repeat; text-indent:-9999px; overflow:hidden; font-size:1%;}
li#nav1 a {width:99px; left:0;}
li#nav2 a {width:66px; left:99px; background-position:-99px top;}
li#nav3 a {width:125px; left:164px; background-position:-164px top;}
li#nav4 a {width:140px; left:289px; background-position:-289px top;}
li#nav5 a {width:122px; left:429px; background-position:-429px top;}
li#nav6 a {width:115px; left:551px; background-position:-551px top;}
li#nav7 a {width:148px; left:666px; background-position:-666px top;}
/* hover states */
li#nav1 a:hover {background-position:0 bottom;}
li#nav2 a:hover {background-position:-99px bottom;}
li#nav3 a:hover {background-position:-164px bottom;}
li#nav4 a:hover {background-position:-289px bottom;}
li#nav5 a:hover {background-position:-429px bottom;}
li#nav6 a:hover {background-position:-551px bottom;}
li#nav7 a:hover {background-position:-666px bottom;}
/* you-are-here navigation marker */
li#nav1.current a {background-position:0 bottom;}
li#nav2.current a {background-position:-99px bottom;}
li#nav3.current a {background-position:-164	px bottom;}
li#nav4.current a {background-position:-289px bottom;}
li#nav5.current a {background-position:-429px bottom;}
li#nav6.current a {background-position:-551px bottom;}
li#nav7.current a {background-position:-666px bottom;}



/* =drop-down sub nav
-------------------------------------------------------------- */
#nav li .subnav {
	position: absolute;
	top: 30px;
	line-height: normal;
	text-align: left;
	z-index: 100;
	margin: 0;
	background: url(../images/pipe.gif) right top repeat-y;
	text-transform: uppercase;
	font-size: 1em;
}

#nav li#nav1 .subnav {left: 0px;}
#nav li#nav2 .subnav {left: 99px;}
#nav li#nav3 .subnav {left: 0px;}
#nav li#nav4 .subnav {left: 289px;}
#nav li#nav5 .subnav {left: 320px;}
#nav li#nav6 .subnav {left: 400px;}

#nav li .subnav li {
	float: left;
	margin-bottom: 0;
	background: url(../images/pipe.gif) repeat-y;
	line-height: 26px;
	text-align: center;
}

#nav li .subnav a {
	text-indent: 0px;
	font-size: 1em;
	position: static;
	color: #79634d;
	height: auto;
	background: none;
	width: auto;
	display: block;
	padding: 0 10px 0 10px;
}

#nav li .subnav a:hover, #nav li .subnav li.current a {
	color: #FFFFFF;
	background: #695643;
	text-decoration: none;
}

#nav li .subnav .current a {}

#nav li .subnav {display: none;}
#nav li:hover .subnav, #nav li.hover .subnav {display: block;}



/*third dropdown */

#nav li .subnav li {
	position: relative;
}

#nav li .subnav2 {
	position: absolute;
	top: 16px;
	left: 0;
	margin: 0;
	background: none;
	text-transform: none;
	font-size: 1em;
	width: 140px;
	padding-bottom: 15px;
	padding-top: 10px;
	font-weight: normal;
}


#nav li .subnav2 li {
	display: block;
	background: none;
	line-height: 1;
	text-align: left;
}

#nav li .subnav2 a {
	padding-top: 5px;
	padding-bottom: 3px;
	width: 100px;
}

#nav li .subnav li.current .subnav2 a {
	color: #fff;
}

#nav li .subnav li.current .subnav2 a:hover {
	text-decoration: underline;
}


#nav li .subnav2 {display: none;}
#nav li li:hover .subnav2, #nav li li.hover .subnav {display: block;}


/* utility
------------------------------------*/
.header {
	position: relative;
}
.utility {
	text-transform: uppercase;
	position:absolute;
	right: 29px;
	top: 0;
	width: 840px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.header .cartbtn {
	width: 75px;
}

/* topsearch */
.topsearch {
	float: left;
	margin-left: 5px;
	display: inline;
}

.topsearch fieldset {
	float: left;
	display: inline;
	margin: 0 0 0 2px;
}

.topsearch input.text {
	width: 150px;
}

.topsearch fieldset.submit {
	float: left;
	display: inline;
}

.topsearch .button {
	width: 53px;
	margin-left: 0;
	padding-left: 0;
}

.button_search {
	background:url(../images/button_bg.jpg) repeat-x scroll 0 0 #C9C19E;
	border:1px solid #3b3b3b;
	color:#3b3b3b;
	cursor:pointer;
	font:bold 10px Arial,Helvetica,sans-serif;
	height:14px;
	padding-top:3px;
	text-align:center;
	text-transform:uppercase;
	width:53px;
}

/* utilitynav */
.utilitynav {
	margin: 3px 10px 0px 0px;
	float: left;
	display: inline;
}
.utilitynav li {
	list-style: none;
	float: left;
	margin-left: 13px;
	margin-bottom: 0;
	display: inline;
}

.utilitynav a {
	color: #575757;
}


/* =footer
-------------------------------------------------------------- */
.footerwrap {
	padding-bottom: 20px;
}

.footer {
	clear: both;
	background: #eff0f1;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer p {
	margin-bottom: 0px;
}

.footer a {
	color: #928f99;
	padding: 0 10px 0 5px;
	background: url(../images/bullet.jpg) right center no-repeat;
}

/* --------------------------------------------------------------
 =forms
-------------------------------------------------------------- */
form fieldset {margin: 10px 20px 10px 20px;}

form fieldset.submit {margin-top: 0;}
form fieldset.submitalt {text-align: right; display: inline; float:right;}

form ol {margin: 0;}

form li {
	margin-bottom: 5px;
	list-style: none;
}

legend {
	color:#3b3b3b;
	display:block;
	font:italic bold 1.3em Verdana,Geneva,sans-serif;
	padding-bottom:10px;
	padding-left:10px;
	*padding-left: 5px;
	padding-top:10px;
}

.label {
	color:#3b3b3b;
	display:inline;
	float:left;
	font:1.1em Verdana,Geneva,sans-serif;
	margin-right:5px;
	padding-top:3px;
	text-align:right;
	width:70px;
}

.linebreak {
	margin-top: 10px;
}

.linebreak .label {
	padding-top: 0;
	margin-top: -5px;
}

.largelabel {
	width: 110px;
}
.xlargelabel {
	width: 181px;
}
.xlargelabel span {
	padding-left: 5px;
}

span.text {
	float: left;
	padding-top: 3px;
	display: block;
}

input.text, select, textarea {
	border: 1px solid #3b3b3b;
	color: #3b3b3b;
}

input.text, .select, .textarea {width: 200px;}
input.largetext, .largeselect, .largetextarea {width: 250px;}
input.mediumtext, .mediumselect, .mediumtextarea {width: 150px;}
input.smalltext {width: 30px;}
.smallselect {width: 100px;}

select.state {
	width: 60px;
}

input.zip {
	width: 70px;
}

label.zip {
	width: auto;
	float: none;
	padding-left: 1px;
}

.textarea {height: 50px;}

.button {
	background: url(../images/button_bg.jpg) repeat-x scroll 0 0 #C9C19E;
	border: 1px solid #3b3b3b;
	color: #3b3b3b;
	cursor: pointer;
	font: bold 10px Arial, Helvetica, sans-serif;
	padding-top: 3px;
	text-align: center;
	text-transform: uppercase;
	width:53px;
}

.account_button {
	background: url(../images/button_bg.jpg) repeat-x scroll 0 0 #C9C19E;
	border: 1px solid #3b3b3b;
	color: #3b3b3b;
	cursor: pointer;
	font: bold 10px Arial, Helvetica, sans-serif;
	padding-top: 3px;
	text-align: center;
	text-transform: uppercase;
	width:53px;
}

a.button {
	display: block;
	height: 15px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0;
}

form .options {
	width: 30%;
	margin-left: 30px;
	overflow: hidden;
}

form .options li {
	float: left;
	margin-right: 10px;
	display: inline;
}

.checkbox, .radio {margin: 0 0 -2px 0;}

label.checkboxlabel, label.radiolabel {
	display: inline;
	margin-right: 0;
	color: #353f46;
}

.auto {
	width: auto;
}

.indent {
	margin-left: 0;
	margin-right: 0;
	position: relative;
	left: 95px;
	_left: 97px;
	float: left;
	clear: both;
}
.largeindent {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	position: relative;
	left: 120px;
	_left: 122px;
	float: left;
	clear: both;
}
.xlargeindent {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	position: relative;
	left: 199px;
	_left: 201px;
	float: left;
	clear: both;
}

span.required {
	color: #EC008C;
}

p.required {
	color: #999;
}
p.required span.required {
	font-size: 1.5em;
}

form p.note {
	margin-top: -10px;
	font-size: .9em;
}

.errormsg {
background:#FE0000 url(../images/warn.gif) no-repeat scroll 5px 5px;
color:#FFFFFF;
margin:0 10px 5px 20px;
padding:5px;
}

.error input, .error select, .error textarea {
background:#FBEAEA none repeat scroll 0 0;
border:1px solid #FE0000;
}

/* --------------------------------------------------------------
	=Elements
-------------------------------------------------------------- */
.pagetitle {
	border-bottom:1px dotted #ABA5B1;
	color:#3b3b3b;
	font-family:Verdana,Geneva,sans-serif;
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:4px;
	text-transform:uppercase;
}

.pagetitle_1 {
	color:#E80064;
	font-family:Verdana,Geneva,sans-serif;
	font-size:1.6em;
	font-weight:bold;
	height:20px;
	margin-bottom:5px;
	margin-left:-20px;
	padding-bottom:4px;
	text-transform:uppercase;
}

h2.pagetitle_more {
	color:#BD4A94;
	font-family:Verdana,Geneva,sans-serif;
	font-size:2em;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:4px;
	text-transform:uppercase;
	margin-left: 0;
}

.maincontent .pagetitle, .sidecontent .pagetitle {
	margin-right: 0;
	width: 100%;
}

.subtitle {
	border-bottom:1px dotted #A1A1A1;
	color:#353F46;
	font-family:Verdana,Geneva,sans-serif;
	font-size:1.3em;
	font-style:italic;
	font-weight:bold;
	margin-bottom:10px;
	margin-right:10px;
	padding-bottom:5px;
	text-align:left;
	text-transform:none;
}

.maincontent .subtitle {
	margin-right: 20px;
}

.sidebar .pagetitle {
	margin-left: 0;
	margin-right: 0;
}

/* sidebox */
.sidebox {
	padding-top: 15px;
	background: url(../images/sidebox_top.gif) repeat-x;
	line-height: 1.1;
	margin-bottom: 12px;

}

.sidebox .inner {
	background: #efdbcb;
	padding-bottom: 1px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}

.sidebox h2 {
	margin: 0px 0px 0px 8px;
	padding-top: 5px;
	font-size: 1.1em;
	color: #000000;
	text-transform: uppercase;
}

.sidebox p {
	margin-left: 8px;
	margin-right: 5px;
	color: #858585;
}

.sidebox img {
	margin-left: 0;
	margin-right: 0;
}

/* featuredbox */
.featuredbox {
	float:right;
	margin-top:40px;
	min-height:105px;
	width:228px;
	_height: 318px;
}

.item {
	float: left;
	width: 100%;
	display: inline;
}

.featuredbox .item {
	margin-left: 15px;
}

.item {
	background: #fff;
	width: 198px;
	overflow: hidden;
	color: #858585;
	margin-bottom: 3px;
}

.item h3, .item p {
	margin: 0 3px 5px 0px;
	line-height: 1.2;
}

.item h3 {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}

.item p.price {
	color: #565656;
}
.item .visual {
	
	width:227px;
	text-align: center;
}

.item .visual img {
	margin: 5px 0px 5px 0px;
}

.item .description {
	margin-left: 0px;
	text-align: center;
}

.item a.button {
	width: 80px;
	clear: none;
	display: inline;
	margin-bottom: 6px;
}



.sidebar .promo {
	margin: 5px 15px;
}

.back {
	float: right;
	margin-right: 20px;
	text-decoration: underline;
}

.back:hover {
	text-decoration: none;
}


.contentbox {
	background:none repeat scroll 0 0 #FFFFFF;
	display:inline;
	float:left;
	margin-left:20px;
	width:100%;
}
/* --------------------------------------------------------------
 =tables
-------------------------------------------------------------- */
table {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #3b3b3b;
	margin: 10px 20px;
	text-align: left;
	width: 95%;
}

caption, .caption {
	font-size: 1.3em;
	padding-bottom: 5px;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #353f46;
	/* background: url(../images/dotted.gif) left bottom repeat-x; */
	border-bottom: 1px dotted #a1a1a1;
	text-transform: none;
	margin-right: 10px;
	margin-bottom: 10px;
}

th {
	background:none repeat scroll 0 0 #3b3b3b;
	color:#FFFFFF;
	font-size:1em;
	padding:5px;
	text-transform:uppercase;
	text-shadow: 1px 2px 2px #282230;
}

td {
	line-height: normal;
	padding: 5px;
	border-bottom: 1px dotted #a1a1a1;
}

.heading {
	text-align: left;
}

tr.alt td {
	background: #CCCCCC;
}

table a {
	text-decoration: underline;
}
table a:hover {
	text-decoration: none;
}

table a.button {
	text-decoration: none;
}

/* tabledata */
table.tabledata {
	margin-top: 0;
	width: 93%;
}

.historypage table.tabledata {
	width: 95%;
}

.tabledata tfoot td {
	text-align: right;
}

.tabledata td, .tabledata th {
	vertical-align: middle;
	text-align: center;
}

.tabledata td.product, .tabledata th.product {
	text-align: left;
}
.tabledata th.product {
	padding-left: 20px;
}
td.product img {
	float: left;
	margin: 0;
}
td.product h3 {
	margin-left: 90px;
	color:#EC008C;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	margin-bottom:5px;
	text-transform:none;
	padding-top: 15px;
	margin-right: 0;
	font-size: 1em;
}

td.product p {
	margin-left: 90px;
}

.tabledata th.subtotal {
	text-align: right;
	padding-right: 15px;
}
.tabledata td.subtotal {
	text-align: right;
	padding-right: 25px;
}

.tabledata td.price {
	text-align: right;
	padding-right: 25px;
}

.tabledata .specs {
	text-align: left;
}

.tabledata .options {
	text-align: left;
}

#shareSubmit {
	width: 90px;
}

#addcartSubmit {
	width: 80px;
}

.tabledata .orderno {
	text-align: left;
	padding-left: 10px;
}

.tabledata .smalltext {
	color: #000;
	text-align: center;
}

/* order summmary */
.summary {
	display:inline;
	float:right;
	margin-right:30px;
	text-align:right;
}

table .summary {
	margin-right: 0;
}

.term {
	margin-right: 10px;
}

.summary p {
	margin-bottom: 5px;
	clear:both;
}

.specs ol {
	margin: 0;
}
.specs li {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

table .label {
	font: normal 1.1em Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	width: 50px;
	padding: 0;
}

table .specs .select {
	width: auto;
	font-size: .9em;
}

/* IMAGE MAGNIFIER */
/*=====================================*/
#dio-lens{
	border:1px solid #000;
	z-index: 50;
	position:absolute;
}

#dio-sensor{
	z-index: 60;
	cursor:crosshair;
	position:absolute;
}

#dio-loader{
	background:#fff url(../images/preloader.gif) no-repeat center 40px;
	text-indent:-30000px;
}
/*=====================================*/

/* =popup */
.popup {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 4px solid #3b3b3b;
	display: none;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	z-index: 2000;
}

.popheader {
	background: url(../images/wish_head.gif) repeat-x scroll 0 0 transparent;
	border-bottom: 1px dotted #DBDB99;
	height: 20px;
	margin-bottom: 5px;
	overflow: hidden;
	padding-top: 5px;
	width: 100%;
}

.popup a, .utilitynav .popup a {
	text-decoration: underline;
	color: #EC008C;
}

.popup a:hover, .utilitynav .popup a:hover {
	text-decoration: none;
}

.popheader h2, .popheader p {
	float: left;
	display: inline;
}

.popup h2 {
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.maincontent .popup h2.subtitle {
	margin-right: 10px;
}

.popup h2, .popup p, td.product .popup p {
	margin-left: 10px;
	margin-right: 10px;
}

.popup .close {
	cursor: pointer;
	float: right;
	margin: 0 5px 5px 0;
}

.popup table {
	border: none;
	margin: 0;
	width: 100%;
}

.popup td.product {
	padding: 0;
}

.popup tfoot td {
	border-bottom: none;
}

.popup p.total {
	margin-bottom: 0;
	margin-right: 20px;
}

.popup fieldset {
	margin-left: 10px;
	margin-right: 0px;
}

.popfooter {
	background: url(../images/wish_foot.gif) repeat-x scroll 0 0 transparent;
	border-top: 1px dotted #DBDB99;
	overflow: hidden;
	padding: 5px 0;
	width: 100%;
}

.popfooter p {
	float: left;
	display: inline;
	margin-top: 5px;
	margin-bottom: 0;
}

.popup .label {
	width: 60px;
	font-size: 1em;
}

.popup .text {
	width: 170px;
}

.popup .indent {
	left: 65px;
	margin-bottom: 3px;
}
.popup input.button {
	width: 85px;
	font-size: 13px;
	font-weight: bold;
	height: 18px;
	float: right;
	margin-right: 10px;
	display: inline;
}

.utilitynav .popup li {
	margin-left: 0;
	margin-bottom: 3px;
}

.footer .popup {
	text-align: left;
}

.footer .popup a {
	background: none;
	margin: 0;
	padding: 0;
}

#quickCart {
	width: 300px;
}

#quickSign {
	width: 255px;
	right: 50px;
}

.footer {
	position: relative;
}

#quickVendorSignIn {
	width: 255px;
	right: 50px;
	top: -150px;
}

#quickAddToList {
	width: 230px;
	text-align: center;
}

td.product .popup .buttons img {
	float: none;
}

.popup .buttons {
	text-align: center;
	margin-bottom: 10px;
}

ol.values {
	margin: 0 0 10px 10px;
	overflow: hidden;
	 width: 100%;
}

ol.values li {
	list-style: none;
	clear: both;
}


span.order_value {
	width: 40px;
	float: right;
	padding-top: 0px;
}

span.value {
	width: 175px;
	float: left;
	padding-top: 3px;
}

span.largevalue {
	width: 225px;
}

#magnify {
	width: 460px;
	height: 500px;
}

.cart_popup {
	width: 260px;
	background: #f1f1da url(../images/wish_head.gif) repeat-x scroll 0 0;
	display: none;
	position: absolute;
	z-index: 20000;
	padding: 0px;
	border: 1px solid #3b3b3b;
}

.size_popup {
	width: 180px;
	background-color: #fff;
	display: none;
	position: absolute;
	z-index: 20000;
	padding: 5px;
	border: 1px solid #616161;
	font-size: 1.1em;
}

.size_popup td {
	font-size: 1.1em;
	text-align: center;
	border: 1px solid #eee;
}

.cart_popup h2, .cart_popup p {
	margin: 0;
	padding: 0;
}

.cart_popup p {
	font-size: 1em;
}

.cart_popup .price {
	color: #000;
	font-weight: bold;
}

.cart_popup img {
	margin: 5px;
	padding: 0;
}

.cart_popup table {
	margin: 2px 1px;
	text-align: center;
	width: 99%;
	border: 0 none;
}

.cart_popup table td {
	border-right: 0 none;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #ececec;
	background-color: #fff;
	text-align: left;
	vertical-align: middle;
	padding: 0;
	padding-left: 5px;
}

#cart_popup_dropdown {
	background: transparent url(../images/close.gif) no-repeat scroll 0 0;
	display: inline;
	float: right;
	font-size: 0;
	height: 17px;
	line-height: 0;
	text-indent: -4000px;
	width: 53px;
}

.cart_popup a {
	color: #3b3b3b;
	font-weight: bold;
}

.cart_popup a.link {
	margin-top: 5px;
}

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

.cart_popup .ajax_totals {
	font-size: 1em;
	margin-right: 0;
	padding-top: 0;
}

.cart_popup #co_btn {
	margin: 5px;
	width: 80px;
}

.cart_popup .error-msg {
	color: red;
}

.cart_popup #checkoutButton {
	margin: 15px 5px 5px 0;
	width: 70px;
}

.prod_message {
	font-size: 1.2em;
	font-weight: bold;
}

.prod_message img, img#cart_add_button {
	margin: 0;
	padding: 0;
}

.link {
	cursor: pointer;
}

.social {
	margin-top: 0;
}

.social img {	
	margin: 0 8px 15px
}

.seen_article {
	float:left;
	height:384px;
	padding:0 10px 10px 0;
	width:300px;
}

.breadcrumb {
	font-size: 1.1em;
	padding-bottom: 5px;
	margin: 0;
}
}