/*
	Surf Shoes Styles
	Description:		Additional styles specific to "surfshoes"
	Creation Date:		28th Jan 2010
*/

/***********************************************
* Additional styles for the new templates
* This is used by within 4 templates (men/women/boy/girl)
* If is wider than the normal posts to show more products.
* There is a narrower single column sidebar.
************************************************/
.postareaian {
	background: #FFFFFF url(images/homepageiantop.gif) top no-repeat;
	float: left;
	width: 770px;
	margin: 0px 0px 10px 0px;
	padding: 9px;
	border: 1px solid #DDDDDD;
	}
	
.postareaian p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postareaian ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postareaian ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.postareaian ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postareaian ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postareaian ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}


/* Matching Sidebar for the postareaian (one column) */
#r_sidebarian {
	float: right;
	width: 140px;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#r_sidebarian .widget{
	background: #FFFFFF url(images/rightsidebariantop.gif) top no-repeat;
	float: right;
	width: 120px;
	margin: 0px 0px 10px 0px;
	padding: 9px;
	border: 1px solid #DDDDDD;
	display: inline;
	}
	
#r_sidebarian p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
#r_sidebarian a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebarian ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#r_sidebarian ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebarian ul li li {
	background: #F0F0F0; /*'#FFFFFF url(images/icon.gif) no-repeat top left;*/
	padding: 3px 5px 3px 5px;  /*0px 0px 5px 20px;*/
	margin: 1px;
	}
	
#r_sidebarian ul li ul li {
	background: #F0F0F0;  /*#FFFFFF url(images/icon.gif) no-repeat top left;*/
	padding: 3px 5px 3px 5px;  /*0px 0px 5px 20px;*/
	margin: 1px;
	}


/***********************************************
/* Header / Homepage styling
***********************************************/

#promo {
	background: #B60C0C url(images/homepage/promo_winter_clear.gif);
	width: 960px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

.hpleftminifeature {
	float: left;
	width: 190px;
	height: 131px;
	margin-bottom: 10px;
}	

#hpbestsellers {
	float: left;
	width: 190px;
}

.hpbestsellerl {
	float: left;
	width: 80px;
	margin-bottom: 10px;
}

.hpbestsellerr {
	float: right;
	width: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#hpmainfeature {
	float: left;
	width: 590px;
	height: 230px;
	margin-bottom: 10px;
}	

#hpsubfeature {
	float: left;
	width: 590px;
	height: 173px;
	margin-bottom: 10px;
}	


#hpsaleitems {
	float: left;
	width: 185px;
	height: 173px;
}	

#hpfavbrandscont {
	float: right;
	width: 395px;
	height: 173px;
}

#hpfavbrandstext {
	height: 23px;
}

#hpfavbrandsicon {
	float: left;
	width: 125px;
	height: 70px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#hplowercolumnleft {
	float: left;
	width: 289px;
	margin-bottom: 10px;
	margin-right: 10px;
}	
	
#hplowercolumnright {
	float: left;
	width: 289px;
	margin-bottom: 10px;
}	




/***********************************************
/* Merchant Table styling
***********************************************/

table {
    border-collapse: collapse;
    width: 100%;
    font-family: 'Trebuchet MS';
    font-size: 12px;
}

/*tbody tr:nth-child(odd) {
    background-color: #999;
}*/

tbody tr:hover {
    background-color: #E3E3E3;
}

tr {
    height: 40px;
}

td, th {
    text-align: center;
    border: 1px solid #ccc;
}

thead tr {
    background-color: #666;
    color: white;
}


/***********************************************
/* Product Thumnail styling
***********************************************/
#prod {
	background-color: #FFFFFF;
	padding: 10px;
	float: left;
	width: 170px;
	text-align:center;
}
#prodsmall {
	background-color: #FFFFFF;
	padding: 10px;
	float: left;
	width: 130px;
	text-align:center;
}
.prodDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
}
.prodPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
}
a.prodDetails:link {
	color: #000000;
	text-decoration: none;
}
a.prodDetails:visited {
	color: #000000;
	text-decoration: none;
}
a.prodDetails:hover {
	color: #FF3300;
	text-decoration: none;
}
a.prodDetails:hover:visited {
	color: #FF3300;
	text-decoration: none;
}
a.prodDetails:active {
	color: #000000;
	text-decoration: none;
}
.subtext {
	font-size: 75%;
}
.myerror{
	color: #CC0000;
}


/***********************************************
/* Post and Page content layout
***********************************************/
#ppcontainer {
	float: left;
	width: 588px;
	//background-color:#0CF;
	margin-bottom:10px;
}

#ppcontainer h2 {
	background: #FFFFFF;
	color: #495D5C;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
}

#ppcontainer img {
	margin-bottom: 10px;
}



.pppanelfull {
	float:left;
}

.pppanelhalf {
	float: left;
	width: 284px;
	margin-right: 20px;
}

.pppanelhalfright {
	float: left;
	width: 284px;
}

.pppanel250 {
	float: left;
	width: 250px;
	margin-right: 20px;
}

.pppanel250right {
	float: right;
	width: 318px;
}


.pppanel300 {
	float: left;
	width: 300px;
	margin-right: 20px;
}

.pppanel300right {
	float: right;
	width: 268px;
}


.pppanel268 {
	float: left;
	width: 268px;
	margin-right: 20px;
}

.pppanel268right {
	float: right;
	width: 300px;
}


.ppelebox {
	margin-bottom: 15px;
	padding: 10px 10px 0px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #7A3254;
}

.ppelegrey {
	margin-bottom: 15px;
	padding: 10px 10px 0px 10px;
	background-color:#E0E0E0;
}




/* Post and article styling (work under progress) */
.pgcontainer {
	float: left;
	width: 588px;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	background-color: #EEEEEE;
}

.pgpanelfull {
	float: left;
	width: 548px;
	margin: 0px 10px 0px 10px;
}

.pgpanelnarrow {
	float: left;
	width: 250px;
	margin: 0px 10px 0px 10px;
}

.pgpanelwide {
	float: left;
	width: 298px;
	margin: 0px 10px 0px 10px;
}

.pgpanelhalf {
	float: left;
	width: 274px;
	margin: 0px 10px 0px 10px;
}



.pgelebox {
	margin-bottom: 15px;
	padding: 10px 10px 0px 10px;
	border-style: solid;
	border-width: 1px;
}

.pgelegrey {
	margin-bottom: 15px;
	padding: 10px 10px 0px 10px;
	background-color:#CCC;
}

.shopnow {
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
	width:88px;
}


