/*NEW ORGANIC STYLE START*/
body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
	background-color: #FFF;
}
.mainBg {background: url(../images/mainBg.jpg) center repeat-y;}
.headerBg {background: url(../images/headerBg.jpg) center top no-repeat;}
.footerBg {background: url(../images/footerBg.jpg) center bottom no-repeat; min-height: 500px;}
.container {width: 910px; padding: 100px 20px 8px 20px; text-align: left; margin: 0px auto;}

.header {height: 260px; text-align: right; color: #99cc33}
.nav {text-align: center;}
.main {min-height: 200px; padding: 10px 0px 10px 0px;}
.footer {height: 67px; padding-top: 23px;}

/*NEW ORGANIC STYLE END*/



<!--
/* START SPECIAL BUTTON CSS */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.sbutton {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	font-size:16px;
	float:right;
}

a.sbutton span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.sbutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.sbutton:hover {
	color:#F00;
    outline: none; /* hide dotted outline in Firefox */
	text-decoration:none;
}

a.sbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
/* END SPECIAL BUTTON CSS */


.subTotal td{
border-top-style:ridge; 
border-color:#000;
padding:40px;
	
}
.total{
	
color:#0C0; 
font-weight:bold; 
border-bottom-style:ridge; 
border-top-style:ridge; 
border-color:#000;
	
}
/*body
{
	padding: 0px;
	margin: 0px;
}
.container
{
	width: 1150px;
	margin: 0px auto;
}

.header
{
	height: 165px;
	background: url(../images/header.gif) no-repeat top center;
}

.main
{
	background: url(../images/bg.gif) repeat-y center;
}*/

table.contentHeaderTable
{
	width: 780px;
	border-collapse: collapse;
	margin: 0px 6px;
}
table.contentHeaderTable td{vertical-align: middle;}
table.contentHeaderTable td.contentHeaderTd {text-align: left; vertical-align: middle;}
table.contentHeaderTable td.prevNextTd, .prevNext{vertical-align: middle; text-align: left; font-size: 11px;}
table.contentHeaderTable td.prevNextTd a, .prevNext a
{
	text-decoration: none;
	color: #666;
}
table.contentHeaderTable td.prevNextTd strong, table.contentHeaderTable td.prevNextTd strong a, .prevNext strong, .prevNext strong a
{
	color: #ff633b;
}
table.contentHeaderTable td.prevNextTd .current, .prevNext .current 
{text-decoration: underline;}
table.contentHeaderTable td.searchTd {width: 210px; font-size: 14px; text-align: right vertical-align: middle;}
table.contentHeaderTable td.contentHeaderTd h1
{
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	color: #ff633b;
	text-transform: capitalize;
}

/*.content
{
	width: 780px;
	margin: 6px;
	text-align: left;

}

.footer
{
	height: 68px;
	padding-top: 20px;
	margin-bottom: 20px;
	background: url(../images/footer.gif) no-repeat top center;
}*/

table.maintable
{
	width: 1150px;
	margin: 0px auto;
	border-collapse: collapse;
}
table.maintable td
{
	padding: 0px;
	vertical-align: top;
}
table.maintable td.prodNavTd
{
	width: 320px;
}
.ladiesBg, .ladsBg {min-height: 290px;}
.ladiesBg
{
	background: url(../images/ladies_bg.gif) no-repeat;
}
.ladsBg
{
	background: url(../images/lads_bg.jpg) no-repeat;
}

.sideLinks
{
	padding: 0px 0px 0px 175px;
	text-align: left;
}
.sideLinks a
{
	height: 30px;
	display: block;
	padding: 5px 0px 0px 32px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
.sideLinks a:hover{text-decoration: underline;}
.sideLinks a.currencyConverter {background: url(../images/currencyConverter.jpg) no-repeat;}
.sideLinks a.itemsOnSale {background: url(../images/sale.jpg) no-repeat;}
.sideLinks a.myCart {background: url(../images/cart.jpg) no-repeat;}
.sideLinks a.talkToUs {background: url(../images/talk.jpg) no-repeat;}

table.roundedImgTable {border-collapse: collapse; margin: 0px auto;}
table.roundedImgTable td {padding: 0px}

table.roundedImgTable td.topLeft {background: url(../images/prodbg/tl.gif) no-repeat top left; width: 5px; height: 5px;}
table.roundedImgTable td.topRight {background: url(../images/prodbg/tr.gif) no-repeat top right; width: 5px; height: 5px;}
table.roundedImgTable td.bottomLeft {background: url(../images/prodbg/bl.gif) no-repeat bottom left; width: 5px; height: 5px;}
table.roundedImgTable td.bottomRight {background: url(../images/prodbg/br.gif) no-repeat bottom right; width: 5px; height: 5px;}

table.roundedImgTable td.top {background: url(../images/prodbg/t.gif) repeat-x top;}
table.roundedImgTable td.right {background: url(../images/prodbg/r.gif) repeat-y right;}
table.roundedImgTable td.bottom{background: url(../images/prodbg/b.gif) repeat-x bottom;}
table.roundedImgTable td.left{background: url(../images/prodbg/l.gif) repeat-y left;}
