/*** Project Info

Author   : Geoff White | geoff@redbullet.co.uk | Red Bullet Web Design
Client   : Chokers Shoes
URL      : http://www.chockersshoes.co.uk
Desc     : Default Stylesheet
Created  : 06 February 2008

Project Info ***/

/*** Section 01: Site Structure Styles ***/
body{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666666; line-height:20px; padding:0; margin:0;}
*a{outline:none;}
a:link, a:visited{text-decoration:underline; color:#333333;}
a:hover{text-decoration:none; color:#333333;}
p{padding:0; margin:5px 0 5px 0;}
h1{font-size:20px; padding:0; margin:5px 0 5px 0; color:#999999; font-weight:100;}
h1 span{font-size:20px; padding:0; margin:5px 0 5px 0; color:#000000; font-weight:bold;}
form{display:inline;}
/*input{background:#b2aeae;}*/
/*** Section 01: Site Structure Styles End ***/

/*** Section 02: Content ID Styles ***/
/*#container{position:relative; width:900px; margin:10px auto 20px auto;}
#holdingpg_container{position:relative; width:950px; height:auto; margin:50px 0 0 0; text-align:center;}
#header{position:relative; width:900px; margin:0;}
#topLinks{position:absolute; top:116px; right:16px; color:#FFFFFF; text-align:right;}
#topLinks a:link, #topLinks a:visited{text-decoration:none; color:#FFFFFF;}
#topLinks a:hover{text-decoration:underline; color:#FFFFFF;}
#flags{margin:0 0 5px 0;}
#links{font:tahoma;color:#FFFFFF; text-transform:none; font-size:12px;}
#links span{font-size:20px;}
#pageDivider{width:880px; height:3px; padding:0; background:url(../Images/pageDividerStrip.gif) no-repeat; margin:5px 0 5px 8px;}
#contentArea{position:relative; width:880px; padding:10px 0; margin:5px 0 0 10px;background-color:#fff;text-align:center;}

#pageTop{width:900px; height:20px; background:url(../Images/pageBgTop.png) no-repeat; font-size:0;}
#pageBody{width:860px; padding:0 20px 0 20px; background:url(../Images/pageBgBody.png) top repeat-y;margin-top:5px}*/
/**#pageBottom{width:900px; height:20px; background:url(../Images/pageBgBottom.png) no-repeat;}**/
/*#pageLeft{position:relative; float:left; width:420px;}
#pageRight{position:relative; float:right; width:420px;}
#pageRight2{position:relative; margin: 50px 0 0 0;float:right; width:420px; min-height:500px; height:auto !important; height:500px; background:url(../Images/dottedLine.gif) top left repeat-y;}
#pageRight2 ul{list-style:none; padding:0; margin:0 0 0 35px;}
#pageRight2 li{list-style:none; padding:0; margin:0;}
#pageRight2 #form{float:left; display:inline; margin:25px 0 0 25px;}
#categoryBox{width:420px; margin:0 0 20px;}
#imageLeft{float:left; width:180px; text-align:center;}
#textRight{position:relative; float:right;}
#pageRight #form{float:right; width:250px; display:inline; margin:0 25px 0 0;}
#pagingBox{margin:10px 0 10px 0;}
#backLink{position:absolute; top:10px; right:0;}
#productBox{float:left; width:125px; margin:0 15px 15px 0; text-align:center;}
#imageLinks{width:900px;}
#flashProducts{padding:0 0 40px 0;}
#productZoom{height:250px;width:350px;display:none;position: absolute;left: 61px;top: -1px;z-index:99;background-color:#fff;}*/
/*** Section 02: Content ID Styles ***/

/*** Section 03: Content Classes Styles ***/
.clear{clear:both;}

/**
.flag{margin:0 5px 0 0;}
.shoppingBasketIcon{vertical-align:middle;}
.menuOverlay{position:absolute; top:1px; left:0;}
.categoryTitle{margin:40px 0 20px 0;}
.categoryBtn{position:absolute; top:50px; right:50px;}
.prdTitle{color:#5d5958; font-size:14px;}
.prdTitle a:link, .prdTitle a:visited{text-decoration:none; color:#5d5958;}
.prdTitle a:hover{text-decoration:underline; color:#5d5958;}
.prdPrice{color:#000000; font-weight:bold; font-size:14px;}
.prdLarge{margin:50px 0 30px 0;}
.zoomIcon{position:absolute; top:281px; right:51px;}
.prdPriceLarge{color:#000000; font-weight:bold; font-size:24px; margin:0 0 10px 25px;}
.prdTitleLarge{color:#5d5958; font-size:14px; font-weight:bold; margin:0 0 10px 25px;}
.basketButton{float:right;position: absolute;left: 275px;top: 451px;}
.imageLink{float:left; margin:0 15px 0 0;}
.imageLinkRight{float:left; margin:0;}*/
/*** Section 03: Content Classes Styles ***/

/********** Basket Styling Starts **********/
.checkoutBtn{
	background:url(/images/checkoutBtn.gif) no-repeat;
	width: 115px;
	height: 35px;
	text-align: center;
	color: #FFFFFF;
	padding: 0px 0px 0 0px;
	float: right;
	margin:5px 0 0 0;border: none
}
.checkoutBtn a{color:#FFFFFF; text-decoration:none;border: none}

#contentAreaBasket{
	width:650px;
	height:auto;
	padding: 0;
	margin:0 auto;
	background-color:#fff;
	text-align:center;
	z-index:99;
	overflow: auto;
}

.basket_table{border-collapse:collapse;}
.basket_table caption{text-align:right; font-weight:bold; font-style:italic; margin:5px 0 5px 0;}
.basket_table th {color: #FFFFFF;letter-spacing: 1px;text-transform: uppercase;text-align: center;padding: 4px;background: url(/chockers/Images/basketTableBg.gif) top left repeat-x;font-size:11px;
}
.basket_table td {background:#FFFFFF;padding: 4px;color: #333333;}
.basket_table td.alt {background:#d9e3ee; color:#333333;}
.basket_table a{
	color:#fff;
	text-decoration:none;
	font-weight: normal;
	font-size: 12px;
}
.basket_table a:hover{
	color:#ccc;
	text-decoration:none;
}

.qty {
	width:25px
}
/********** Basket Styling Ends **********/

/*** Section 04: Navigation Styles ***/
/*#menu{position:relative;width:880px;background:url(../Images/menuBg1.gif) left repeat-x;margin:0 0 0 8px;}
#menu ul{margin: 0;padding: 0;float: left;width: 100%;}
#menu ul li{display: inline;}
#menu ul li a{float: left;color:#ffffff; font-size:14px; padding:9px 33px 8px 33px;text-decoration: none; text-transform:uppercase; background:url(../Images/menuDivider.gif) left no-repeat;}
#menu ul li a:visited{color:#ffffff;}
#menu ul li a:hover{color:#ffffff; text-decoration:underline;}*/
/*** Section 04: Navigation Styles ***/

/*** Section 05: Footer Styles ***/
/*#footer{width:880px; line-height:25px; margin:0 0 0 10px; color:#FFFFFF;}
#footer ul{list-style:none; padding:0; margin:0;}
#footer li{display:inline; list-style:none; padding:0 10px 0 10px; margin:0; border-right:1px solid #FFFFFF;}
#footer li a, #footer li a:visited{color:#FFFFFF; text-decoration:none;}
#footer li a:hover{text-decoration:underline;}
#footerLeft{float:left;}
#footerRight{float:right; padding:0 10px 0 0;}*/
/*** Section 05: Footer Styles ***/

/*** Section 06: Form Styles ***/
/*** Section 06: Form Styles ***/

