<!--
/* 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 */




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;
	/*border: solid 1px #666;*/
}

.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/TL.gif) no-repeat top left; }
table.roundedImgTable td.topRight {background: url(../images/TR.gif) no-repeat top right;}
table.roundedImgTable td.bottomLeft {background: url(../images/BL.gif) no-repeat bottom left;}
table.roundedImgTable td.bottomRight {background: url(../images/BR.gif) no-repeat bottom right;}
