#colRight {
	margin-left:170px;
}

* { border:0;margin:0;padding:0; }

/**** MASTER STYLES ****/
body {
	color:black;
	background:white;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:82.5%;
	line-height:1.4em;
}

ul, p, h1, h2, h3, h4, h5, h6, table {
	margin:0.5em 0;
}

a:link {
	color:#0000ff;
}

a:visited {
	color:#9933dd;
}


table { border-collapse:collapse; }

tr {
	border-bottom:1px dotted #663366;
}

th {
	background:#663366;
	color:white;
	border-right:1px solid white;
	padding:1px 2px;
}


td {
	padding:1px 0 1px 0;
}

/*** GENERIC CLASSES ****/
.center { text-align:center; }
.right  { text-align:right;  }
.vtop {vertical-align:top; }
.uppercase { text-transform:uppercase; }
.root {	margin:0 auto; 	width:760px; }
.hidden { display:none; }
.strong { font-weight:bold; }


/**** ELEMENT SPECIFICS ****/
ul.nav, ul.flat {
	list-style:none;
}

ul.nav a {
	text-decoration:none;
}

ul.flat li {
	display:table-cell;
}

ul.extra li {
	margin:0 0.5em;
}

/*
div.extra {
	clear:left;
}

div.extra h3 {
	clear:both;
}
*/
.center li {
	text-align:center
}



.txtOldPrice {
	text-decoration:line-through;
	color:#999999;
}

.txtSale {
	color:#990000;
	font-weight:bold;
}

.txtcartProgressCurrent {
	font-weight:bold;
}


fieldset ol {
	list-style:none;
}

fieldset ol label {
	width:8em;
	float:left;
}

fieldset li {
	/* text-align:right; */
	padding:2px 0;
}

fieldset input, fieldset select, fieldset button, fieldset textarea,
form.legacy input, form.legacy select, form.legacy button, form.legacy textarea,
a.button {
	border:1px solid #333333;
}

fieldset li.submit {
	padding-left:8em;
}

fieldset button, form.legacy button, a.button {
	background-color:#dddddd;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
}

fieldset input, fieldset select, fieldset textarea,
form.legacy input, form.legacy select, form.legacy textarea
{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

fieldset input, form.legacy input {
	padding:0 2px;
}

form.legacy td {
	padding:3px;
}

a.button, a.button:visited {
	padding:0.25em 0.5em;
	color:black;
	text-decoration:none;
}

table caption, fieldset legend {
	font-size:1.1em;
	font-weight:bold;
	text-align:left;
}

/**** HEAD ****/
#head {
	height:92px;
	background:transparent url(../styleImages/backgrounds/head.png) no-repeat bottom center;
}

#headers {
	float:left;
}

#headers a {
	display:block;
	width:350px;
}

#headers h1, #headers h2 {
	text-indent:-1000px;
	overflow:hidden;
	background:transparent none no-repeat top left;
	margin:0;
}

#headers h1 { background-image:url(../styleImages/backgrounds/head_h1.gif); }
#headers h1 a { height:51px; }

#headers h2 { background-image:url(../styleImages/backgrounds/head_h2.gif); }
#headers h2 a { height:20px; }

#functions {
	margin-left:350px;
	padding-top:40px;
	clear:right;
}

#functions a {
	color:#663366;
	font-weight:bold;
	font-size:0.9em;
	text-decoration:none;
}

#functions li {
	float:left;
	padding:0 1.5em 0 20px;
	background:transparent none no-repeat center left;
}

#functions #func-mail { background-image:url(../styleImages/backgrounds/func-mail.png); }
#functions #func-cart { background-image:url(../styleImages/backgrounds/func-cart.gif); }
#func-cart span { font-size:0.75em; }


/**** MAIN ****/
#main {
	background:transparent url(../styleImages/backgrounds/main.gif) repeat-y top left;
	padding-left:3px;
	margin-top:1em;
}

/** SIDENAV **/
#sidenav {
	width:162px;
	float:left;
	clear:none;
	padding-bottom:60px;
	background:transparent url(../styleImages/secure.png) no-repeat bottom center;
	color:white;
}

#sidenav ul, #sidenav ol {
	list-style:none;
}

#sidenav p {
	color:white;
}

#sidenav a {
	color:#66ff33;
}

sidenav div.extra {
	text-align:center;
}

#sidenav ul li {
	border-bottom:1px solid #c6f794;
	text-indent:0.6667em;
	font-weight:bold;
}

#sidenav ul li a {
	display:block;
	width:161px;
	height:24px;
	font-size:12px;
	text-transform:uppercase;
}

#randomProd.box {
	text-align:center;
}

#searchForm {
	margin:1.333em 0;
}

#searchForm.box legend {
	display:none;
}

#nav-contact {
	text-align:center;
}

ol.inline li {
	display:inline;
}

#searchForm.box #searchStr { width:100px; }

#session.box {
	margin:1.333em 0;
	text-align:center;
}

#maillist.box {
	clear:both;
	margin-top:2em;
}


/** CONTENT **/
#content {
	margin-left:170px;
	width:585px;
	min-height:360px;
}

#content div.siteDocs {
	text-align:right;
}

#content .product-list div {
	text-align:center;
	float:left;
	padding:0 0.25em;
}

div.extra {
	clear:left;
}

/**** FOOT ****/
#footnav {
	margin:20px auto 0 auto;
	width:780px;
	border-top:1px solid #66ff33;
	padding-top:0.5em;
	text-align:center;
}

#footnav ul {
	margin:0 auto;
}

#footnav li {
	display:inline;
	padding:0 0.5em;
	width:auto;
	background:transparent url(../styleImages/backgrounds/footnav_li.gif) no-repeat center right;
}

#footnav a, #footnav a:visited, #footnav a:link {
	font-size:0.8em;
	color:black;
}

#rs a {
	text-decoration:underline;
}

div.txtCopyright {
	text-align:center;
	font-size:0.666em;
	line-height:1em;
}

div.txtCopyright br {
	float:left;
	clear:none;
}

div.txtCopyright a {
	color:black;
	text-decoration:none;
}

/**** PAGE STYLES ****/

/** index **/
#index {
	padding-bottom:3em;
}

#index h1 {
	text-indent:-1000px;
	overflow:hidden;
	height:29px;
	background:transparent url(../styleImages/backgrounds/welcome.png) no-repeat center center;
}

#index-content-latest ul {
	list-style-type:none;
}

#index-content-latest li {
	text-align:center;
	margin:0 0.5em;
}

#mail-list-content {
	float:none;
}

/*
#mail-list-subscribe fieldset {
	width:400px;
}
*/
#mail-list-subscribe #subscribe-email {
	float:left;
	margin-right:0.5em;
}

/** view category **/
#viewCat {

}

#viewCat.content h4 { float:left; }

#viewCat.content td.product-title {
	padding-left:0.333em;
}

#viewCat.content td.product-title a {
	font-weight:bold;
}

#cartNavi.box li {
	padding:0 0.5em;
}

#quick-add {
	background:#b28fb9;
	padding:1px;
}

#quick-add label {
	width:auto;
}

#has-cart table {
	width:580px;
	margin:0.5em 0;
}


#has-cart tr.tax td {
	text-align:right;
}

/** boxes **/
#session.box div {
	overflow:hidden;
}
