/***** -~-~-~ LAYOUT ~-~-~- *****/

body {
	background: url(../images/layout/background.jpg) repeat-x #E08640;
	color: #4C4C4C;
	margin: 0;
	font-size: 100%; /*16px*/
}

/*** Site Wrappers and Header ***/

#wrapper-bg {
	background: url(../images/layout/background-image.jpg) no-repeat;
	width: 1024px;
	min-height: 696px;
	margin: 0 auto;
	padding-top: 42px;
}

#wrapper {
	background-color: #FFF;
	height: 100%;
	overflow: auto;
	margin: 0 auto;
	padding: 0;
	width: 842px;
	position: relative;
}

#header {
	height: 54px;
	margin: 0 0 0 135px;
	padding: 38px 22px 0 14px;
	border-left: #DA7D3D 1px solid;
	clear: left;
}

#header-logo {
	float: left;
	margin-top: 18px;
}

/*** Forms ***/

input.search {
	border: 1px solid #F1DFD7;
	background-color: #FFF;
	font-size: 0.6875em; /*16 x .6875 = 11px*/
	color: #5E1200;
	height: 16px;
	padding: 2px 0 0 3px;
	margin: 0 5px 0 0;
	width: 275px;
	float: right;
}

input,
input.zip,
input.quantity,
input.fixed-width,
select,
textarea {
	border: 1px solid #7B3D2F;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em; /*16 x .75 = 12px*/
	color: #5E1200;
	height: 24px;
	padding: 2px 0 0 3px;
	margin: 0 0 10px 0;
	width: 100%;
}

input.zip {
	width: 125px;
}

input.quantity {
	width: 100px;
	margin: 0 7px 0 0;
}

select {
	height: 28px;
}

select.product-options {
	width: 200px;
}

input.fixed-width {
	width: 200px;
}

input:focus,
textarea:focus {
	background-color: #FCFCFC;
	outline: 1px solid rgb(224,228,239); /*for older browsers that don't support RBGa color in CSS3*/
	outline: 1px solid rgba(65,92,140, 0.12);
}

textarea {
	height: auto;
}

input.checkbox,
input.radio,
.highlight td input.checkbox,
.highlight td input.radio {
	background: none;
	border: none;
	margin: 0 0 5px 0;
	padding: 0px;
	width: 15px;
	height: 15px;
}

input.arrow {
	border: none;
	float: right;
	width: 18px;
	height: 18px;
	margin: 0 -5px 0 0;
	padding: 0;
}

label,
.tab_page label {
	color: #AB3B1B;
	font-size: .75em; /*16 x .75 = 12px*/
	font-weight: bold;
	line-height: 1.4em;
	text-transform: uppercase;
}

.tab_page label,
.tab_page input,
.tab_page textarea {
	font-size: 1em; /*12 x 1 = 12px*/
}

.tab_page textarea {
	width: 10px;
}

td label,
td select,
td input,
td input.quantity {
	font-size: 0.8571em; /*14 x .8571 = 12px*/
	line-height: 1.4em;
}

td td label,
td td select {
	font-size: 1em;
}

td td label {
	line-height: 1.4em;
}

.cart td input {
	font-size: 1em; /*12 x 1 = 12px*/
	width: 90%;
}

.required {
	color: #AB3B1B;
	font-weight: normal;
	font-size: 0.7857em; 14 x .7847 = 11px;
	line-height: .65em;
}

.description {
	font-size: 0.75em;
	font-style: italic;
}

.asterisk {
	font-size: 1em;
}

/*Overlay Submit*/

input.submit {
	background: url(../images/overlay/button.png) repeat-x;
	display: inline-block;
	height: 29px;
	width: 100px;
	padding: 0 10px;
 color: #AB3B1B;
 text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 line-height: 2.5em;
 	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border: 1px solid #CCC;
	cursor: pointer;
	position: absolute;
	top: 95px;
	left: 445px;
}

input.submit:hover {
		background: url(../images/overlay/hover.png) repeat-x;
}

/*Overlay Newsletter*/

td label.email {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.166em;
}

/*** Footer ***/

#footer {
	height: 41px;
	width: 842px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 auto;
	padding: 0;
}

#footer ul {
	font-size: .625em; /*16 x .625 = 10px*/
	line-height: 1.5em; /*16 x 1.5 = 24px*/
	background: #5C1200; 
	width: 411px;
	height: 36px;
	float: left;
	padding: 5px 0 0 9px;
	margin: 0;
}

#footer li.first {
	text-transform: none;
	width: 409px;
}

#footer li.first a:link,
#footer li.first a:visited,
#footer li.first a:active {
	color: #fff;
	text-decoration: underline;
	display: inline-block;
}

#footer li.first a:hover {
	color: #E38943;
	text-decoration: none;
}

#footer li.first a:focus {
	outline: none;
}

#footer li {
	float: left;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
}

#footer li a:link,
#footer li a:visited,
#footer li a:active {
	color: #fff;
	margin: 0;
	text-decoration: none;
	display: block;
	padding: 0 5px;
}

#footer li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footer li a:focus {
	outline: none;
}

#footer li.privacy a:link,
#footer li.privacy a:visited,
#footer li.privacy a:active{
	padding-left: 0;
}

#footer-end {
	float: left;
}

#footer a:link,
#footer a:visited,
#footer a:active,
#footer p a:link,
#footer p a:visited,
#footer p a:active {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footer a:focus {
	outline: none;
}

#footer p a:link,
#footer p a:visited,
#footer p a:active {
	text-decoration: underline;
}

#footer p a:hover {
	text-decoration: none;
}

#footer p a:focus {
	outline: none;
}

#footer p {
	font-size: 0.6875em; /*16 x .6875 = 11px*/
	line-height: 1.4em;
	text-align: right;
	margin: 0;
	padding-top: 5px;
}

#footer em {
	text-transform: uppercase;
	font-style: normal;
}

#footer strong.follow {
	vertical-align: top;
}

/*** Nav Dividers ***/

.divider,
#footer li.divider {
	background: url(../images/layout/divider.jpg) #5C1200 no-repeat center;
	width: 5px;
	height: 23px;
}

#footer li.divider {
	height: 12px;
}

/*** Primary Nav ***/

#primary-nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #4C4C4C;
	font-size: 0.75em; /*16 x .75 = 12px*/
	text-transform: uppercase;
	float: right;
	padding: 0;
	margin-top: 18px;
	margin-bottom: 0;
	margin-right: -3px;
}

#primary-nav li {
	float: left;
	list-style-type: none;
	border-right: solid #4C4C4C 1px;
	margin-top: 0;
}

#primary-nav li a:link,
#primary-nav li a:visited,
#primary-nav li a:active {
	color: #4C4C4C;
	text-decoration: none;
	display: block;
	padding: 0 10px;
}

#primary-nav li.last, 
#primary-nav li.last a:link,
#primary-nav li.last a:visited,
#primary-nav li.last a:active,
#primary-nav li.last a:hover {
	border-right: none;
	padding-right: 0;
}

#primary-nav li a:hover {
	color: #B34829;
	text-decoration: underline;
}

#primary-nav li a:focus {
	outline: none;
}

/*** Secondary Nav ***/

#secondary-nav-wrapper {
	width: 842px;
	height: 23px;
	margin: 0 auto;
}

ul#secondary-nav {
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 0.6875em; /*16 x .6875 = 11px*/
	margin: 0;
	padding: 0;
	float: right;
}

#secondary-nav li.first {
	background: url(../images/layout/secondary-nav.png) no-repeat 0 0;
	width: 18px;
	height: 23px;
}

#secondary-nav li.last {
	width: 142px;
}

#secondary-nav li {
	float: left;
	padding: 0;
	list-style-type: none;
}

#secondary-nav li a:link,
#secondary-nav li a:visited,
#secondary-nav li a:active {
	background-color: #5C1200;
	color: #fff;
	display: block;
	line-height: 23px;
	padding: 0 7px;
	text-decoration: none;
}

#secondary-nav li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#secondary-nav li a:hover, 
#secondary-nav li a:focus, 
#secondary-nav li a:active {
	outline: none;
}

#secondary-nav em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 0.9090em; /*11 x .9090 = 10px*/
}

/*** Sidebar ***/

#sidebar {
	background: #FFF;
	color: #4C4C4C;
	float: left;
	width: 114px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.75em; /*16 x .75 = 12px*/
	padding: 0 14px 20px 7px;
	border-right: #DA7D3D 1px solid;
}

#sidebar strong {
	text-transform: uppercase;
	font-weight: bold;
}

#sidebar p {
	margin: 15px 0 0 0;
	padding: 0;
}

#sidebar ul {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

#sidebar li {
	text-transform: uppercase;
	list-style-type: none;
	margin-top: 10px;
}

#sidebar li a:link,
#sidebar li a:active,
#sidebar li a:visited {
	color: #4C4C4C;
	text-decoration: none;
	display: block;
}

#sidebar li a.current {
	color: #B34829;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#sidebar li a:hover {
	color: #B34829;
	text-decoration: underline;
	display: block;
}

#sidebar li a:focus {
	outline: none;
}

/* Sidebar Sub Navigation */

#sidebar ul ul {
	font-size: 0.9167em; /*12 x .9167 = 11px*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase;
	padding: 0;
	margin: 0;
}

#sidebar li li {
	list-style-type: none;
	margin-top: 6px;
}

#sidebar li li a:link,
#sidebar li li a:visited,
#sidebar li li a:active {
	color: #B34829;
	text-decoration: none;
	text-transform: none;
}

#sidebar li li a:hover {
	color: #E38943;
	text-decoration: underline;
}

/***** -~-~-~ CONTENT ~-~-~- *****/

#content {
	min-height: 450px;
	margin: 0 0 0 135px;
	padding: 10px 19px 19px 17px;
	border-left: #DA7D3D 1px solid;
	font-family: Arial, Helvetica, sans-serif;
}

#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-top: 7px;
	padding-bottom: 11px;
	height: 13px;
	margin-bottom: 10px;
	color: #AB3B1B;
	position: absolute;
	top: 140px;
	left: 153px;
}

h1, 
h1.no-margin {
	background: url(../images/layout/h1-background.jpg) no-repeat;
	width: 661px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em; /*16 x 1.25 = 20px*/
	color: #FFF;
	font-weight: normal;
	padding: 7px 0 5px 10px;
	margin-bottom: 30px;
}

h1.no-margin {
	margin-bottom: 15px;
}

h2,
h2.overlay {
	font-size: 0.9375em; /*16 x .9375 = 15px*/
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 2px 0;
	display: block;
}

h2.overlay {
	font-size: 1em;
	color: #601200;
}

h3 {
	font-size: .875em; /*16 x .875 = 14px*/
	color: #4C4C4C;
	border-bottom: 1px #DDDDDD solid;
	padding-bottom: 3px;
	margin-bottom: 7px;
}

h4 {
	color: #AB3B1B;
	font-size: 0.9286em;
	text-transform: uppercase;
}

.tab_page h3 {
	font-size: 1.166em; /*12 x 1.166 = 14px*/
}

hr,
hr.overlay {
	border-bottom: 1px dotted #993300;
	border-top: none;
	background-color: #FFF;
	color: #FFF;
	margin: 16px 0;
}

hr.overlay {
		border-bottom: 1px dotted #FFF;
	background-color: #D27236;
	color: #D27236;
}

.highlight,
.highlight.login {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}

.highlight.login {
	height: 230px;
}

.highlight td {
	line-height: 1em;
	padding: 5px;
}

.highlight td input {
	width: 97%;
}

.highlight td select {
	width: 99%;
}

.highlight td input,
.highlight td select {
	margin: 0;
}

.highlight td label {
	line-height: 1.7em;
}

.highlight table.content td,
table.content td,
table.total td {
	font-size: 0.75em;
	line-height: 1.3em;
}

table.total {
	float:right;
}

.highlight td a,
.highlight td a:active,
.highlight td a:visited,
table.content td a,
table.content td a:active,
table.content td a:visited {
	color: #AB3B1B;
	text-decoration: underline;
	cursor: pointer;
	font-size: 1em;
}

.highlight td a:hover,
table.content td a:hover {
	text-decoration: none;
}

.highlight td a:focus,
table.content td a:focus {
	outline: none;
}

img.about-hadaki {
	margin-bottom: 5px;
}

/*** Paragraphs ***/

#content p {
	color: #4C4C4C;
	font-size: 0.75em; /*16 x .75 = 12px*/
	line-height: 1.25em; /*16 x 1.25 = 20px*/
	padding: 0;
	margin: 0 0 10px 0;
}
#tab_description p {
	font-size: 1em;
}

/*** Lists ***/

#content ul,
#content ol {
	margin: 0;
	padding-left: 19px;
	font-size: 0.75em; /*16 x 0.75 = 12px */
	line-height: 1.5em; /*16 x 1.5 = 24px*/
}

/*** Links ***/

a:link,
a:visited,
a:active {
	color: #AB3B1B;
	text-decoration: underline;
}

a:hover {
	color: #AB3B1B;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a.forgot-password:link,
a.forgot-password:visited,
a.forgot-password:active {
	color: #5E1200;
	font-size: 0.6875em; /*16 x .6875 = 11px*/
	text-decoration: underline;
}

a.forgot-password:hover {
	text-decoration: none;
}

a.forgot-password:focus {
	outline: none;
}

/*** Clear ***/

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/*** Buttons ***/

a.button,
a:visited.button,
a:active.button {
	 background: #D57B3D url(../images/layout/button-overlay.png) repeat-x;
	display: inline-block;
	height: 29px;
	padding: 0 10px;
 	color: #fff;
 	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.6875em; /*16 x .6875 = 11px*/
	font-family: Arial, Helvetica, sans-serif;
 	font-weight: bold;
 	line-height: 2.5em;
 	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border: 1px solid #CA6A33;
	 position: relative;
	cursor: pointer;
	margin: 0 0 0 10px;
	float: right;
}

a:hover.button {
	background: #D57B3D url(../images/layout/button-hover.png) repeat-x;
}

a.button.no-float,
a.button.no-float-img {
	float: none;
	margin:0;
}

a.button img,
a:visited.button img,
a:active.button img,
a.button img.right,
a:visited.button img.right,
a:active.button img.right {
	border: none;
	margin: 0 6px 2px 0;
	vertical-align: middle;
}

a.button img.right,
a:visited.button img.right,
a:active.button img.right{
	margin: 0 0 2px 6px;
}

td a.button,
td a:visited.button,
td a:active.button {
	font-size: 0.7857em; /*14 x .7857 = 11px*/
	color: #FFF;
	text-decoration: none;
}

.tab_page a.button {
	font-size: .9167em;
}

/*** Home Page ***/

/* Slider */

* { 
	margin: 0; 
	padding: 0; 
}

.anythingSlider { 
	width: 671px; 
	height: 275px; 
	position: relative; 
	margin: 0 auto 15px; 
}

.anythingSlider .wrapper { 
	width: 671px; 
	overflow: auto; 
	height: 275px;  
	position: absolute; 
	top: 0; 
	left: 0; 
}

#content .anythingSlider .wrapper ul,
#content #thumbNav ul {
	margin: 0;
	padding-left: 0;
}

.anythingSlider .wrapper ul { 
	width: 99999px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0;
}

.anythingSlider ul li { 
	display: block; 
	float: left; 
	padding: 0; 
	height: 275px; 
	width: 671px; 
	margin: 0;
}

#thumbNav ul {
	color: #FFF;
	font-size: .6875em; /*16 x .6875 = 11px*/
	position: absolute;
	top: 171px;
	left: 15px;
}

#thumbNav li {
	list-style-type: none;
	text-align: center;
	margin-top: 11px;
	height: 10px !important;
	line-height: 1.1em;
}

#thumbNav li a:link,
#thumbNav li a:visited,
#thumbNav li a:active {
	background-color: #303135;
	border: 1px solid #777;
	opacity: .70;
 	filter: alpha(opacity=70);  /* IE-only */
 	-moz-opacity: .70;  /* older Mozilla browsers */
	padding: 2px 0 0 0;
	color:#FFF;
	text-decoration: none;
	display: block;
	width: 14px;
	height: 14px;
}

#thumbNav li a:hover,
#thumbNav li a.current {
	background-color: #000;
	opacity: .70;
 	filter: alpha(opacity=70);  /* IE-only */
 	-moz-opacity: .70;  /* older Mozilla browsers */
	text-decoration: none;
}

#featured-animation img.arrow-lt {
	width: 29px;
	height: 59px;
	position: absolute;
	top: 110px;
	cursor: pointer;
}

#featured-animation img.arrow-rt {
	width: 30px;
	height: 59px;
	position: absolute;
	top: 110px;
	left: 642px;
	cursor: pointer;
}

#start-stop { 
	display: none 
}

/* Prevents */

.anythingSlider .wrapper ul ul { 
	position: static; 
	margin: 0; 
	background: none; 
	overflow: visible; 
	width: auto; 
	border: 0; 
}
.anythingSlider .wrapper ul ul li { 
	float: none; 
	height: auto; 
	width: auto; 
	background: none; 
}

/* Home Page Image Areas */

#featured-animation {
	width: 671px;
	height: 275px;
	margin: 0;
	position: relative;
}

#featured-animation p {
	font-size: 1em; /*12 x 1 = 12px*/
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	height: 15px;
	float: right;
	position: relative;
	top: -30px;
	left: -17px;
}

#feature-lt p,
#feature-rt p {
	font-size: .75em; /*16 x .75 = 12px*/
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	margin: 248px 15px 0 0;
}

#feature-lt p,
#feature-rt p {
	margin-top: 157px;
}

#featured-animation p a:link,
#featured-animation p a:visited,
#featured-animation p a:active,
#feature-lt p a:link,
#feature-lt p a:visited,
#feature-lt p a:active,
#feature-rt p a:link,
#feature-rt p a:visited,
#feature-rt p a:active {
	height: 24px;
	text-decoration: none;
	padding-left: 19px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#featured-animation p a:link,
#featured-animation p a:visited,
#featured-animation p a:active {
	background: url(../images/home/arrow-white.png) no-repeat top left;
	color: #FFF;
}

#feature-lt p a:link,
#feature-lt p a:visited,
#feature-lt p a:active,
#feature-rt p a:link,
#feature-rt p a:visited,
#feature-rt p a:active {
	background: url(../images/home/arrow-brown.png) no-repeat top left;
	color: #431900;
}

#featured-animation p a:hover,
#feature-lt p a:hover,
#feature-rt p a:hover {
	background-image: url(../images/home/arrow-rollover.png);
	color: #FF6103;
	text-decoration: none;
}

#feature-lt p img,
#feature-rt p img {
	vertical-align: bottom;
}

#feature-lt {
	background: url(../images/home/multitaskers.jpg) no-repeat;
	width: 230px;
	height: 180px;
	float: left;
	margin-top: 3px;
}

#feature-rt {
	background: url(../images/home/mango-collection.jpg) no-repeat;
	width: 437px;
	height: 180px;
	float: right;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 0;
}

/*** Layout Overlay ***/

.apple_overlay { 
     
/* must be initially hidden */ 
	display:none; 
 
/* place overlay on top of other elements */ 
	z-index:10000; 
 
/* styling */ 
	background-color:#D27236; 
	width:675px;     
	min-height:200px; 
	border:1px solid #C7612D;
	padding: 20px;
	position: relative;
 
/* CSS3 styling for latest browsers */ 
	-moz-box-shadow:0 0 90px 5px #000; 
	-webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 

.apple_overlay .close { 
    background-image:url(../images/overlay/close.png); 
    position:absolute; 
    right:-14px; 
    top:-14px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
#video {
	position: relative;
	z-index: 10002;
}

.overlay-caption {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em; /*16 x .875 = 14px*/
	text-align: center;
	margin-top: 15px;
}

p.overlay {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .875em;
	margin: 5px 0 10px 0;
}

/*** Store Locator ***/

div.storelocator-forms {
	width: 278px;
	float: left;
}

div.storelocator-forms .search-divider {
	background: url(../images/store-locator/dotted-line.jpg) no-repeat center;
	width: 105px;
	color: #5C1200;
	font-size: 0.875em; /*16 x .875 = 14px*/
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 8px;
}

div.storelocator-forms .search-divider span {
	background-color:#FFF;
	padding: 5px;
}

#storelocator-locations {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	font-size: .75em; /*16 x .75 = 12px*/
	width: 328px;
	padding: 15px;
	margin:0;
	float:right;
}

#storelocator-locations .progress-spinner {
	background:url(../images/store-locator/progress-spinner.gif) no-repeat top left;
	height: 21px;
	padding-left: 39px;
	padding-top: 14px;
}

#storelocator-locations .store,
#storelocator-locations .found {
	border-bottom: 1px #930 dotted;
	margin-top: 12px;
	padding-bottom: 10px;
	width: 100%;
}

#storelocator-locations .found {
	margin-top: 0;
}

#storelocator-locations .store .number {
	font-weight: bold;
	width: 25px;
	float: left;
	margin-bottom: 45px;
}

#storelocator-locations .store .directions a:link,
#storelocator-locations .store .directions a:active,
#storelocator-locations .store .directions a:visited {
	font-size: .9167em; /*12 x .9167 = 11px*/
	color: #AB3B1B;
	width: 100px;
	text-decoration: underline;
	float: right;
	text-align: right;
}

#storelocator-locations .store .directions a:hover {
	color: #4C4C4C;
	text-decoration: none;
}

#storelocator-locations-no-results {
	color: #FF534B;
	background-color: #FFDFE0;
	border: 1px solid #FF9999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em; /*16 x .75 = 12px*/
	width: 328px;
	padding: 10px;
	margin:0;
	float:right;
}

/*** Pagination ***/

.pagination,
.pagination-storelocator {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.pagination {
	font-size: 0.8125em; /*16 x .8125 = 13px*/
}

.pagination-storelocator {
	margin-bottom: 0;
	margin-top: 10px;
}

.pagination .links,
.pagination-storelocator .links,
.pagination .results,
.pagination-storelocator .results {
	padding: 7px;
}

.pagination .links,
.pagination-storelocator .links {
	float: left;
}

.pagination .links a,
.pagination-storelocator .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #4C4C4C;
}

.pagination .links a:hover,
.pagination-storelocator .links a:hover {
	border: 1px solid #AB3B1B;
	color: #AB3B1B;
	text-decoration: none;
}

.pagination .links b,
.pagination-storelocator .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #AB3B1B;
	background: #CCC;
}

.pagination .results {
	float: right;
}

.pagination-storelocator .results {
	float: left;
}

/*** Shopping Cart ***/

/* Tables */

td {
	font-size: .875em; /*16 x .875 = 14px*/
	line-height: 1.4em;
}

.list {
	margin-bottom: 10px;
	width: 100%;
}

.list td {
	vertical-align: top;
	padding-bottom: 10px;
	padding-right: 20px;
	line-height: 1em;
}

.list td a img  {
	border: none;
	margin-bottom: 5px;
}

td img {
	border: none;
}

.list td a {
	color: #4c4c4c;
	font-size: 0.7857em; /*14 x .7857 = 11px*/
	font-weight: 600;
	text-decoration: none;
}

.list td a:hover {
	color: #AB3B1B;
	text-decoration: underline;
}

.list td span {
	color: #CE6A32;
}

/*Login*/

#guest-login {
	font-size: 0.6875em;
	font-weight: bold;
	color: #601200;
	margin-left: 17px;
	margin-bottom: 13px;
}

/*Press*/

.press td {
	vertical-align: top;
	font-size: .7857em;
	padding-right: 10px;
}

/*Sort By*/

.sort {
	height: 30px;
	width: 100%;
}

.sort .div1 {
	float: right;
	margin-left: 5px;
}

.sort .div2 {
	text-align: right;
	padding-top: 7px;
}

.sort select {
	font-size: 0.75em; /*16 x .75 = 12px*/
	margin: 0;
	padding: 2px 0 0 3px;
}

/* Tabs */

.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}

.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: none;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url(../images/shopping-cart/tab-3.png) repeat-x;
	color: #4C4C4C;
	font-weight: bold;
	font-size: .8125em; /*16 x .8125 = 13px*/
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
	cursor: pointer;
}

.tabs a:hover {
	background: #FFFFFF url(../images/shopping-cart/tab-hover.png) repeat-x;
}

.tabs a.selected {
	background: #FFFFFF url(../images/shopping-cart/tab-3.png) repeat-x;
	color: #AB3B1B;
	border-bottom: none;
	padding-bottom: 8px;
	z-index: 3;
}

.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	font-size: .75em; /*16 x .75 = 12px*/
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}

#content .tab_page ul {
	font-size: 1em;
}

.cart,
.invoice {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #DDDDDD;
	margin-bottom: 15px;
}

.invoice {
	margin-top: 5px;
	text-align: left;
}

.cart th,
.invoice th {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #F7F7F7;
	font-size: .75em; /*16 x .75 = 12px*/
	padding: 5px;
	font-weight: bold;
}

.cart td,
.invoice td {
	border-right: 1px solid #DDDDDD;
	font-size: .75em; /*16 x .75 = 12px*/
	padding: 5px;
}

.invoice td.last {
	border-top: 1px solid #DDDDDD;
	background: #F7F7F7;
	font-weight: bold;
	text-align: center;
}
	

.cart td.subtotal {
	background: #F7F7F7;
}

.discount-coupon {
	font-size: .75em;
	margin-top: 15px;
	width: 570px;
}

.discount-coupon input {
	width: 145px;
	font-size: 1em; /*12 x 1 = 12px*/
	margin-right: 10px;
	margin-top: 10px;
}

.discount-coupon a.button {
	font-size: .9167em; /*12 x .9167 = 11px*/
	margin-top: 10px;
}

small {
	font-size: 0.9167em; /*12 x .9167 = 11px*/
}	

/*ERROR STYLES*/

.error,
.error.align-bottom,
.error.arrow-up {
	background-image: url(../images/error/error-arrow.png);
	background-position: 0;
	background-repeat: no-repeat;
	height: 28px;
	padding-left: 30px;
	color: #FF534B;
	display: block;
	font-size: 0.8571em;
}

.error.align-bottom {
	background-position: bottom left;
	height: 21px;
	padding-top: 27px;
}

.error.arrow-up {
	background-image: url(../images/error/error-arrow-up.png);
	padding-top: 8px;
	height: 20px;
}

.warning {
	color: #FF534B;
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 0.75em; /*16 x .6875 = 11px*/
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 0.75em; /*16 x .6875 = 11px*/
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}