@charset "utf-8";

/*
=Global
*/
blockquote, body, caption, div, dl, dt, dd, form, fieldset, h1, h2, h3, h4, h5, h6, html, li, ul, ol,  pre, textarea, table, td, th
{
	margin:0;
	padding:0;
}

input, select
{
	margin:0;
	padding:0;
}

textarea {
	border: 1px solid #DADADA;
	background-color:#F9F9F9;
}

body
{
	/*font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;*/
	/*font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;*/
	background: url(../../../../images/background.gif) repeat;
	color:#444;
	/*font:0.9em/1.4 Georgia, serif;*/
	font:0.8em/1.2 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


/*
=Headings
*/
h1, h2, h3, h4, h5, h6
{
	margin:0 0 0.5em;
	color:#444;
	font:normal 1em/1.2 "Lucida Sans Unicode", "Lucida Grande", sans-serif;

}

h1
{
	font-size:1.6em;
	color: #3696A7;
	font-weight: normal;
}

h2
{
	font-size:1.3em;
	color: #3696A7;
}

h3
{
	font-size:1.2em;
}

.ditto_summaryPost {
margin-bottom:10px;	
}

.ditto_summaryPost h3 a:link {
	text-decoration: none;
	margin: 0px;
	color:#A95A5A;
	padding:0px;
}

.ditto_summaryPost h3 a:visited {
	color: #A95A5A;
	text-decoration: none;
}

.ditto_summaryPost h3 a:hover {
	color: #800000;
	text-decoration: none;
}


.ditto_summaryPost p  {
	margin: 0px;
	padding:0px;
}

.ditto_summaryPost  a:link {
	color: #A95A5A;
	text-decoration: none;
}

.ditto_summaryPost  a:visited {
	color: #A95A5A;
	text-decoration: none;
}

.ditto_summaryPost a:hover, a:focus, a:active {
	color: #800000;
	text-decoration: none;
}


h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover
{
	color: #900;
	text-decoration: none;
}

a:link
{
	/*color:#8f1f08;*/
	color: #3696A7;
	text-decoration: none;
	
}

a:visited
{
	color:#3696A7;
	text-decoration: none;
}

a:hover
{
	color:#800000;
/*	background-color:#EEEBD5; */
text-decoration: none;
}

a:active
{
	color:#800000;
/*	background-color:#EEEBD5; */
text-decoration: none;
}

/*
=Quotations
*/
blockquote
{
	margin:1em 32px 1em 24px;
	padding:0 0 0 6px;
	border-left:2px solid #eee;
	font-style:italic;
}

q
{
	quotes:"\201C" "\201D" "\2018" "\2019";
}

q:before
{
	content:open-quote;
}

q:after
{
	content:close-quote;
}

* html q
{
	font-style:italic;
}

.bq-cite
{
	margin:1em 0;
}

.bq-cite div
{
	margin-left:30px;
}

.bq-cite blockquote
{
	margin-bottom:0;
}

.bq-cite cite
{
	font-style:normal;
}

blockquote.alt
{
	float:right;
	margin:0.25em 0 0.25em 0.75em;
}

/*
=Images
*/
img
{
	border:none;
}

/*
=Lists
*/
dl, ol, ul
{
	margin:1em 0;
}

dl
{
	margin-top:-0.5em;
}

dt
{
	margin:0.5em 0 0;
	font-weight:bold;
}

.lab dt
{
	margin-top:1em;
}

dd
{
	margin:0 0 0 2em;
}

dd p
{
	margin:0 0 0.5em;
}

ul
{
	padding:0 0 0 2em;
	list-style:square;
}

ol
{
	padding:0 0 0 2.5em;
}

li
{
	margin:0 0 0.5em;
}

#wrapper
{
	width:100%;
	text-align:left;
	margin:0px auto;
	padding: 0px;
	height: 100%;
	background: url(../../../../images/page_bg.jpg) repeat-x;
}

#outercontent
{
	width:990px;
	margin:0px auto;
	padding: 0px;
	text-align:left;
	background: url(../../../../images/content_background.png) repeat center top;
}

#content
{
	width:930px;
	margin:0px auto;
	padding: 0px 10px;
	text-align:left;
	background-color:#fff;
	background: #fff url(../../../../images/payments.gif) no-repeat left bottom;
}

#header
{
	background-color:#fff;
	border-bottom: 30px solid #eeebd5;
	
	font-size: 1.0em;
}
.topnavbg {
	/*background: url(images/topnavbg.gif) repeat;*/
	height: 30px;
}


#header a:link
{
	text-decoration: none;
	/*font-weight: bold;*/
	color: #3696A7;
}

#header a:visited
{
	color:#3696A7;
	text-decoration: none;
}

#header a:hover, a:focus, a:active
{
	color:#800000;
/*	background-color:#EEEBD5; */
}

#main
{
	float:right;
	width:665px;
	background:#fff;
	border-left: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	min-height: 600px;
	font: 0.9em/1.2 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#666;

}

#mainwrapper {
	background: url(../../../../images/blog-bg.gif) repeat;
	overflow:hidden;
}

#mainleft {
	 float:left;
   width:475px;
   
}

#mainright {
	 float:right;
   width:170px;
    margin-left:20px;
  
}

#leftbar
{
	float:left;
	width:200px;
	padding: 10px;
	background:#fff;
}

#leftbar ul
{
	padding:0 0 0 4px;
	list-style:none;
	margin-top: 4px;
	font-size: 0.9em;
	line-height: 1em;
}

#leftbar a:link
{
	text-decoration: none;
}

#leftbar h2
{
	/*background: #F6F5EA;*/
	padding: 10px 0px 2px 2px;
	border-top: 5px solid #eaeaea;
	color: #A95A5A;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftbar h2 a:link
{
color: #A95A5A;
}



#leftbar h2 a:visited {
	color: #A95A5A;
	text-decoration: none;
}

#leftbar h2 a:hover, a:focus, a:active {
	color: #800000;
	text-decoration: none;
}
#footer
{
	clear:both;
	width:930px;
	margin:0px auto;
	background:#eeebd5;
	padding: 10px 10px 10px 10px;
	
}

#footer ul
{
	margin: 20px 0 1em 0px;
	padding: 0;
	font-size: 0.85em;
	list-style: none;
}

#footer li
{
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 0 0.5em;
	list-style: none;
}

#footer .col1
{
	margin-left: 3em;
}

#footer .col2
{
	margin-left: 21em;
}

#footer .col3
{
	margin-left: 39em;
}

#footer .col4
{
	margin-left: 57em;
}

#footer .coltopper
{
	margin-top: -7.5em;
}

#footer a
{
	display: block;
	position: relative;
	width: 16em;
	color: #444;
	text-decoration: none;
}

#footer a:hover
{
	background-color: #F6F5EA;
}

.clear
{
	clear: both;
}

#copyw
{
	font-size: 0.85em;
	color: #777;
	background:#eeebd5;
	width:950px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	line-height: 35px;	
}

/* ECT styles */

/*Categories*/
/*
=Category Image
*/
.catimage
{
	padding: 3px;
	border: 1px solid #CCC;
}

/*
=Category Name
*/
.catname
{
	text-decoration: none;
	
}


.catname a:link
{
	color:#3696A7;
	text-decoration: none;
}

.catname a:visited
{
	color:#3696A7;
	text-decoration: none;
}

.catname a:hover, a:focus, a:active
{
	color:#800000;
	/*background-color:#EEEBD5;*/
}
/*
=Category Description
*/
.catdesc {
	font-size: 0.9em;
}
/*Products */
.prodseparator {
color: #fff; background-color: #fff; border: 1px dotted #cccccc; border-style: none none dotted;	
}

.prodimage {
	padding: 3px;
	border: 1px solid #CCC;
	margin: 10px 10px 10px 0px;
}
.addimages {
	padding-top: 7px;
	/*width: 200px;*/
}
.prodimageextra {
	padding: 3px;
	border: 1px solid #CCC;
	margin: 4px 4px 4px 4px;
}

.prodname {
	padding-top: 10px;
}
/*Product Detail*/
.detailname {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #3696A7;
}
.shopping {
	/*background: #FCF7EF;*/
	background: #eaeaea;
	padding: 7px;
	
	/*border: 1px dotted #CCC;*/

}
.quan {
	font-size: 1.5em;
	border: 1px solid #CCC;
	color: #666666;
	background: #fff;
	padding: 3px;
	

}
.opts {
	font-size: 1.0em;
	background: #fff;
	padding: 5px;
	margin-bottom: 8px;
	
}
.shopping h3 {
	font-size: 1.3em;
	margin-bottom: 0px;
	background: #fff;
	padding: 3px;
	color: #2599BA;
	border-bottom: 1px dotted #EAEAEA;	
}
.optiontext {
	font-size: 1.1em;
	text-transform: uppercase;
	text-align: right;
	padding-left: 15px;
}

.prodoption {
	font-size: 1.1em;
	background: #F9F9F9;
	border: 1px solid #DADADA;
	color: #868686;
	margin:2px;
}

/*Reviews*/
.reviewhr {
color: #fff; background-color: #fff; border: 1px dotted #cccccc; border-style: none none dotted;	
}
/*Cross Sell*/
.csprodname {
	font-size: 0.8em;
	font-family : Verdana;
	text-align: left;
}

.csprodname a:link {
	text-decoration: none;	
}

.csprodimage {
font-size:  0.8em;
font-family : Verdana;
padding: 3px;
	border: 1px solid #CCC;
}
/*SPAN.price {
	font-size: 1.50em;
}*/
P.catname {
	vertical-align:top;
	text-align: left;
	margin: 5px 5px 0px;
}

P.catdesc {
	vertical-align:top;
	margin: 0px 5px 4px;
}

IMG.catimage {
vertical-align:top;
}

TD.catimage {
	vertical-align:top;
}

TD.catname {
vertical-align:top;
text-align: left;
}

TD.catnavigation {
vertical-align:middle;
text-align: left;
}

/*
=Search Table 
*/

TABLE.cobtbl{
	background-color: #F2F2F2;
	
	
}

.textbox {
font-size: 1.3em;
	background: #F9F9F9;
	border: 1px solid #DADADA;
	color: #868686;
	margin:2px;
}

select {
font-size: 1.2em;
	background: #F9F9F9;
	border: 1px solid #DADADA;
	color: #868686;
	margin:2px;
}

TD.cobhl{
	background-color: #fff;
	/*background-color: #F2F2F2;*/
color : #666666;
	padding: 5px;
	
}

TD.cobll{
background-color: #fff;
/*background-color: #F9F9F9;*/
color : #666666;
padding: 5px;
}

.buybutton{
vertical-align:bottom;
}

.detaildescription {
	font-size: 1.0em;
	line-height: 1.5em;
	color: #666;
}
.cstitle {
	margin-top: 15px;
	color: #666;
}
.zoomzoom {
	background: #eaeaea;
	padding: 5px;
	
}
.searchbox {
	font-size: 10px;	
}
.tdot {
	border: 1px dotted #CCC;
	background: #F8F8F8;
}
.srch {
	/*background: #F5F3E6;*/
	padding: 4px;
	border: 1px dotted #CCC;
}
.newsletter {
	background: #fff;
	padding: 4px;

	border: 1px dotted #CCC;
}

ul.reflect_archive  {
	list-style:none;
	
	margin-left:0px;
	padding-left:0px;
}

.reflect_month {
	list-style:none;
	margin:0px 0px 2px;
	padding:4px;
	background-color: #F8F7ED;
}



#blogroll p {
	border-bottom: 1px dotted #CCC;	
	padding-bottom:3px;
	padding-top:3px;
	margin:0px;
}

#blogroll h3 {
	padding-top:6px;
}

#tagcloud {
	padding:10px;
	background-color:#F8F7ED;

}

#cloud h3 {
	padding-top:15px;
}

.s1 {
	font-size:10px;
	

}
.s2  {
	font-size:14px;
}
.s3 {
	font-size:15px;
}
.s4  {
	font-size:15px;
	font-weight:bold;
}
.s5  {
	font-size:16px;
}
.s6  {
	font-size:17px;
}

.s7  {
	font-size:19px;
}


.ditto_pageTitle  {
	margin:0px;
	padding:0px;
}

.ditto_pageTitle a:link {
	text-decoration: none;
	margin: 0px;
	color:#A95A5A;
}

.ditto_pageTitle a:visited {
	text-decoration: none;
	margin: 0px;
	color:#A95A5A;
}

.ditto_pageTitle a:hover {
	text-decoration: none;
	margin: 0px;
	color:#A95A5A;
}

.ditto_pageTitle a:active {
	text-decoration: none;
	margin: 0px;
	color:#A95A5A;
}


.ditto_documentInfo {
	font-size:11px;
	padding-bottom:10px;
}
