/* @override http://www.deus.com.au/shop/skins/Deus/styleSheets/layout.css */

/*/// Misc Styles ///*/
* { margin: 0; padding: 0; }
#once { clear: left; }
ul,ol, li { list-style: none; }
fieldset,img { border: none; -ms-interpolation-mode:bicubic; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
a img { border: none; }
body {  background: #171D20; color: #8a8a8a; font: 10px/20px "Rockwell", Trebuchet MS, Verdana, Arial, sans-serif; }
/*///////////////////*/

#uniTitle {
	padding: 7px;
	font-size: 14px;
	font-weight: bold;
	background: #eee;
}

a.cartBTN {
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	float: right;
}

a.applyBTN {
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	float: right;
	padding: 0 10px;
	background: transparent;
}
a.applyBTN:hover { text-decoration: none; color: #000; background: #fff; }

td.baskTotal {
	background: #ddd;
	padding: 4px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

span.couponCopy {
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	color: #222222;
	padding: 10px;
	background: #fff;
	display: block;
}

form.uniForm {
	margin: 0 0 10px 0;
}

a.rightBTN:hover { text-decoration: none; color: #000; background: #fff; }
a.rightBTN {
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background: transparent;
	padding: 2px 20px;
	float: right;
}

a.leftBTN:hover { text-decoration: none; color: #000; background: #fff; }
a.leftBTN {
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	float: left;
	background: transparent;
	width: 250px;
	display: none;
}
#cartBox {
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
	background: #eee;
	border: 1px solid #999;
	color: #eee;
	text-align: center;
	margin: 0 0 10px 0;
	width: auto;
	float: right;
}


input.couponField {
	width: 400px;
	height: 16px;
	border: 1px solid #999;
	margin: 0 0 10px 0;
}

#cartTitle {
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
	background: #eee;
	border: 1px solid #999;
	color: #000;
	text-align: left;
	margin: 0 0 10px 0;
}

#cartTitleError {
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
	background: #fff;
	border: 1px solid #ff0000;
	color: #ff0000;
	text-align: left;
	margin: 0 0 10px 0;
}

button.resetButton {
	padding: 5px 15px;
	opacity: 0.5;
}

button.primaryAction {
	padding: 5px 15px;
	float: right;
}

button.primaryAction:hover { cursor: pointer; }
button.resetButton:hover { cursor: pointer; }

@font-face {
font-family: "Rockwell";
src: url("../styleFonts/Rockwell.ttf")
}

#PageOuter {
	width: 980px;
	background: #fff;
	overflow: auto;
	margin: 20px auto 50px auto;
	padding: 10px 0 20px 0;
}

#Header {
	width: 911px;
	height: 115px; 
	margin: 0 30px 22px 30px;
	border-bottom: 1px dotted #ccc;
	background: #fff url('../styleImages/banner.jpg') no-repeat center center;
}

/**TOP BOXES 
*************/
.SmallHeader  {
	font-size: 14px;
	color: #000000;
	text-transform: uppercase; 
	}

#Currency{
	padding: 15px 35px 2px 0;
	}

#Language {
	padding-right:10px;
	margin-bottom:3px;
	}

#Session {/*Required as Language & Currency Boxes are not used within general Cart.tpl pages*/
	margin-top:58px;
	width:160px;
	height:20px;
	padding:0;
	text-align:right;
	float:right;
	} 

#Login {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	line-height: 14px;
	font-size:14px;
	color: #222;
	margin:0;
	display: block;
	max-height: 50px;
	padding:5px 0px;
	width:160px;
	}

#txtviewCart {
	width: 150px;
	color: #000000;
	padding:5px 0px 5px 0;
} 

a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #FF0000;
	font-size: 14px;
	text-decoration:none;
}
a.txtviewCart:hover {
	text-decoration:underline;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #000000;
	text-decoration:none;
}

#Login p {
	margin:0;
	padding:0;
	}

#Login a {
	color: #999999;
	text-decoration:none;
	}

#Login a:hover {text-decoration:none; color: #000000;}
	
/**LEFT COLUMN SECTION
************************/
#LeftColumn { margin: 0 0 0 30px; bottom: 0; width: 170px; float: left; }

/**LEFT COLUMN HEADINGS
************************/
.subHeading {
	margin:0;
	padding:0;
	color: #000000;
	height: 30px;
	width:100%;
	border-bottom: 1px dotted #FFFFFF;
	}


.subHeading h3 {
	margin:0;
	padding:5px 0 0 5px;
	color: #000000;
	font-size: 13px;
	font-weight:normal;
	text-transform: uppercase;
	text-align:left;
	float:left;
	}

.subHeading h3 a {
	color: #000000;
	text-decoration:none;
	border:none;
	padding-right:50px;
	}

.subHeading h3 a:hover {
	color: #000000;
	text-decoration:none;
	border:none;
	padding-right:50px;
	}



/**LEFT COLUMN SIDE BOXES
*************************/
.LeftBox {
	padding: 0 0 0px 0;
	width:160px;
	}

.LeftBox a {
	color: #000000;
	text-decoration:none;
	}

.LeftBox a:hover {
	color: #000000;
	text-decoration:none;
	}


/**LEFT COLUMN - MAILING LIST
*******************************/
.LeftBox.border {
	border-top:1px dotted #FFFFFF;
	padding-top:5px;
	color:#FFFFFF;
	background: #dddddd;
	}

/**LEFT COLUMN - INFORMATION BOX
**********************************/
.LeftBox p#nudge {
	margin:0 0 0 10px;
	color: #FFFFFF;
	background: #667777;
	}


/**HIGHTLIGHTING EFFECT ON SUB-CATS
************************************/
.ul-nav .li-nav a.hassubmenu:hover {color: #FFAA00;}


/**CLEARING FLOATING ELMENTS
*****************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}



/**VIEWCART NAVIGATION
************************/
ul#CartNav {
	list-style-type:none;
	margin:0;
	padding:0;
	}

ul#CartNav li {
	margin:0;
	padding:0;
	}


ul#CartNav li a {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position:5px 6px;
	padding: 2px 2px 2px 15px;
	color: #333333;
	background: #dddddd;
	text-decoration:none;
	}

ul#CartNav li  a:hover{
	background-image:none;
	padding: 2px 2px 2px 15px;
	color: #6F9994;
	background: #dddddd;
	text-decoration:none;
	}


/**RANDOM PRODUCTS 
********************/
#RandProduct {
	height:100%;
	padding:10px 0 20px 0;
	}

#RandImage {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	margin:0 10px 0 0;
	padding:0 0 0 0;
	}

#RandText {
	color: #FFFFFF;
	}

/**MAIN CONTENT SECTION
************************/
#Content {
	background: #fff;
	margin: 0 0 10px 220px;
	height: auto;
	position: relative;
	width: 740px;
	}

#ContentBox {
	text-align: left;
	width: 720px;
	position: relative;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	}
	
#DocBox {
	text-align: left;
	width: 720px;
	position: relative;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	color: #151515; font: 11px/20px Arial, sans-serif;
	}


/**GENERAL HEADERS
********************/
.Title {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	margin:0;
	}


h1 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	margin:0;
}


h2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	margin:0;
	}


h3 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	}


h4 {
	font-size: 14px;
	color: #000000;
	background:#FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	}

/* @group Bread Crumb */

#BreadCrumb {
	height: 19px;
	margin: 0 0 20px 0;
	text-align: left;
	font-size: 11px;
	text-transform: lowercase;
	white-space: nowrap;
}

#BreadCrumb li {
	text-decoration: none;
	list-style: none;
	float: left;
	height: 19px;
	line-height: 17px;
	overflow: hidden;
	color: #3f3f3f;
}

#BreadCrumb a {
	text-decoration: none;
	color: #3f3f3f;
	line-height: 17px;
}

#BreadCrumb a li {
	color: #3f3f3f;
	line-height: 19px;
}

#BreadCrumb a li:hover {
	text-decoration: none;
	color: #fff;
}

li.spanA {
	width: 11px;
	height: 19px;
	background: #fff url('../styleImages/span2.png') no-repeat;
}

li.spanHome {
	width: 10px;
	height: 19px;
	background: #fff url('../styleImages/span4.png') no-repeat;
}

li.spanB {
	width: 11px;
	height: 19px;
	background: #fff url('../styleImages/span2.png') no-repeat;
}

li.spanD {
	width: 10px;
	height: 19px;
	background: #fff url('../styleImages/spanner.png') no-repeat;
}

li.spanC {
	width: 11px;
	height: 19px;
	background: #fff url('../styleImages/span3.png') no-repeat;
}

li.spanEnd {
	width: 11px;
	height: 19px;
	background: #fff;
}

li.spanCtitle {
	height: 19px;
	background: #dadada;
	padding: 0 10px;
}

li.spanDtitle {
	height: 19px;
	background: #dadada;
	padding: 0 10px;
}

li.spanEndtitle {
	height: 19px;
	background: #fff;
	padding: 0 10px;
	line-height: 19px;
}

li.spanBtitle {
	height: 19px;
	background: #c4c4c4;
	padding: 0 10px;
}

li.spanAtitle {
	height: 19px;
	background: #c4c4c4;
	padding: 0 10px;
}
   
#pagination {
	float: left;
	width: 600px;
	overflow: hidden;
	text-align: center;
	padding: 10px;
	font-size: 10px;
	color: #000000;
	}
	
#pagination p { margin:0; padding:0; }
#pagination a { color: #999999; text-decoration:none;}
#pagination a:hover {text-decoration:none; color: #000000;}

/* @end */

/* @group Site Docs */

#SiteDocs {
	height: auto;
	width: 160px;
	overflow: hidden;
	margin: 0;
	padding: 10px 0 14px 0;	
	border-bottom: 1px dotted #ccc;
	text-align: left;
}

#SiteDocs a {
	color: #000;
	text-decoration: none;
	list-style: none;
	font-size: 12px;
	line-height: 12px;
	height: 12px;
}

#SiteDocs a:link, #SiteDocs a:visited {
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	}

#SiteDocs a:hover {
	color: #ff0000;
	}

/* @end */

/* @group Home Page Text */

#Announcement {
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}


#Announcement p {
	margin:5px 5px 0 5px;
	line-height:16px;
	}

/* @end */

/* @group Latest Products */

.boxContent {
	position: absolute;
	text-align: center;
	overflow: hidden;
	height: 470px;
}

.boxContent_cat {
	position: absolute;
	text-align: center;
	height: 470px;
}

.boxProdContent {
	text-align: center;
	overflow: hidden;
	width: 580px;
}

#lat {
	margin:0 10px 10px 0;
	float: left;
	border: 1px dotted #ccc;
}
#lat:hover { border: 1px solid #999; }

td.tddd {
	padding: 0px 10px 0px 10px;
}
	
}
div.latestProds {
	border-bottom: 1px dotted #999999;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 161px;
	height: 190px;
	float: left;
}

#latestCatProds {
	margin: 0 0 0 25px;
}

/* @end */

/* My Comment */



/**CATEGORY VIEW 
********************/
#CatDescription {}

/**SUB CATEGORY IMAGE DISPLAY
******************************/
#SubCategories {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	text-align:center;
	margin: 10px auto 5px;
	padding: 0;
	width:100%;
	height:auto;
	}

.subCat {	
	float:left;
	display:inline;/*fixes IE6 float bug*/
	text-indent:0;
	margin:5px 5px 10px 5px;
	text-align: center;
	padding:5px;
	}

.subCat a {
	color: #333333;
	background:#FFFFFF;
	text-decoration:none;
	}

.subCat a:hover {
	text-decoration:none;
	color:#FFFFFF;
	}

.subCat img {
	border:1px solid #CCCCCC;
	padding:5px;
	}

/**ORIGINAL CAT VIEW CODING
*****************************/
.catview p {line-height:12px; border:1px dotted #ccc;}


.catsep {
	width: auto;
	border:1px solid #ccc;
	}

/**SINGLE PRODUCT PAGE
************************/

table.table_auto {
	position: absolute;
	right: 20px;
	padding-top:0px;
}

.tab_border {
	border-top:1px dotted #000000;
	border-bottom: 1px dotted #000000;
}


.tab_border_top {
	border-top: 1px dotted #000000;
}

.tab_border_bot {
	vertical-align: top;
	border-bottom: 1px dotted #000000;
}

.table_bod {
	padding: 5px 0 5px 0;
}
	

#MoreImages {}

/**PRODUCT DESCRIPTION
***********************/

#Prod_area {
	position: absolute;
	width: 595px;
	height: 458px;
}

#ProdDescription {
	text-align:left;
	color: #333333;
	background: #ffffff;
	}

#ProdDescription h2 {
	margin:0 0 0 0;
	padding-left:5px;
	padding-bottom: 5px;
	font-weight:normal;
	background:#667777 none repeat scroll 0%;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	}


/**PRODUCT INFO - PRICE, RATING, TELL A FRIEND
************************************************/
	


/**PRODUCT OPTIONS
********************/


/**PRODUCT CODE & STOCK AVAILABILITY
**************************************/
#ProdLevels {
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
	color:#333333;
	}

#ProdLevels p {
	margin:0;
	padding:0;
	}
	
#outof {
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	color:#ff0000;
	padding: 10px 0;
	margin: 0 0 4px 0;
	}

#outof p {
	margin:0;
	padding:0;
	}

/* @group New Products Section */

#product_focus_holding {
	width: 297px;
	overflow: hidden;
	margin: 0 0 0 425px;
	background: #fff;
}

#ProdTitle {
	font-size: 12px;
	color: #000;
	text-align: left;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #000000;
}
#LightBoxGallery {
	background: transparent;
	width: 330px;
	float: left;
	}
#Lightbox {
	width: 60px;
	height: 70px;
	overflow: hidden;
	float: left;
	margin: 0 1px 1px 0;
}
.LightBoxImage {
	margin: -60px 0 0 -60px;
	}

#ProdInfo {
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	margin: 5px 0 5px 0;
	padding: 5px 5px 0 0;
	line-height: 12px;
	text-align:left;
	height: 100px;
	overflow: auto;
	overflow-x: hidden; 
	}

#mainImage {
	padding:9px;
	width:375px;
	height:440px;
	overflow: hidden;
	border: 1px solid #999999;
}

#MainProdImage {
	padding:0;
	width:375px;
	height:440px;
	overflow: hidden;
	background: #f;
	}
	
#ProdPrive {
	background-color: #ffffff;
	text-align: right;
	padding: 5px 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
	
}
#inpoot {
	float: left;
}
#inpoot input {
	height: 18px;
	width: 30px;
	background-color: #ffffff;
	border: 1px solid #999999;
	text-align: center;
	letter-spacing: 1px;
	font-size: 14px;
	color: #151515;
	text-transform: uppercase;
}
#ProdBuy {
	display: none;
	width: 160px;
	background-color: #ffffff;
	border: 1px solid #999999;
	text-align: center;
	letter-spacing: 1px;
	font-size: 14px;
	color: #151515;
	text-transform: uppercase;
}

#ProdBuy:hover {
	background-color: #151515;
	border: 1px solid #151515;
	color: #ffffff;
}
#Prod_top {
	position: relative;
}

#product_focus_holding a {
	text-decoration: none;
}

/* @end */

#ProdBuyLogin {
	color: #ffffff;
	font-size:14px;
	width:520px;
	margin:10px 10px 10px 0;
	padding: 5px 10px 5px 0;
	position: relative; 
	text-align: left;
	}


/**COUPONS
************/
.addCoupon:link, .addCoupon:visited, .addCoupon:hover, .addCoupon:active {
	font-weight: bold;
	color: #333333;
	background: #dddddd;
	text-decoration: none;
	}

/**CUSTOMER REVIEWS - SUBMISSIONS
**********************************/
#CustomerReviews {}
#CustomerReviews p {margin-left:10px;}
.SubmitReview {padding-right: 60px;}
.right {text-align:right;}

.right span {
	font-weight:bold;
	float: left;
	}

/**CUSTOMER REVIEWS POSTED
***************************/
.ReviewEntry {margin:0;}

.ReviewRatings{
	color: #ffffff; 
	background: #667777;
	padding: 3px;
	}	

.ReviewContent {
	padding: 3px;
	font-style:italic;
	border-bottom: 1px dotted #CCCCCC;
	color: #333333;
	background:#FFFFFF;
	}

.ReviewTitle { text-transform:uppercase;}

.ReviewedBy {
	color: #C6EADD;
	background: #dddddd;
	padding: 3px;
	}

.Date {
	color: #C6EADD;
	background: #dddddd;
	float: right;
	}


/**RELATED PRODUCTS
*********************/
.LPInfo {color: #333333;}

* html .LPInfo {width: 100%;}

/**SITE BUTTONS
*********************/
.buttonBg {
	text-align: center;
	background-image: url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat: repeat-x;
	height: 26px;
	color: #663366;
	}

	/*
	Start Cross-Browser DHTML Menu
	*/

#cat_imagine {
	width: 722px;
	height: 385px;
	overflow: hidden;
	color: #fff;
	padding: 0 0 20px 0;
	background: #ddd url(../styleImages/heading_image.jpg) repeat;
}

img#thumbImage {
	width: 161px;
	height: 190px;
	background-color: #fff;
}


/*/// Menu Styles ///*/
#pageNavigation { width: 160px; padding: 10px 0 14px 0; border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; }
#navigation { display: none; list-style: none; margin: 0; padding: 0; }

#navigation ul { width: 160px; }
#navigation ul ul { width: 160px; }
#navigation ul li { width: 160px; }
#navigation ul li a { color: #222; }
#navigation ul li.active { font-weight: bold; }

#navigation li { text-transform: uppercase; }
#navigation li ul { margin: 5px 0; }
#navigation li ul a { font-size: 13px; color: #666; }
#navigation li ul li { text-transform: capitalize; line-height: 15px; }

#navigation a { font-size: 14px; line-height: 15px; display: block; text-decoration: none; color: #222; }
#navigation a.current, #navigation a:hover, #navigation a:active { color: #f00; }
#navigation a:visited { color: #222; }
/*///////////////////*/

#navigation li.selected ul li a.current, #navigation li.selected ul li a:hover, #navigation li a:hover {
	color: #f00;
}





#eventImageBox div img {
	width: 375px;	
}

#latestProds {
	overflow: hidden;
	background: #fff;
	margin: 5px 0 0 0;
	padding: 10px 0 20px 0;
	border-bottom: 1px dotted #ccc;
}

#featureImage {
	width: 722px;
	height: 385px;
	background: #fff;
	overflow: hidden;
	color: #fff;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #ccc;
}

#homeImage {
	width: 722px;
	height: 385px;
	background: #fff;
	overflow: hidden;
	color: #fff;
}

#MainHomeImage {
	width: 722px;
	height: 385px;
	background: #fff;
	overflow: hidden;
	color: #fff;
}

#latestBox {
	height: 108px;
	overflow: hidden;
	margin: 0 6px;
	float:left;
	background: #fff;
}

#homeImageBox div img {
	width: 722px;
}

#latestBox:hover {
	cursor: pointer;
	opacity: 0.9;
}

img#prodimg {
	height: 108px;
	background: #fff;
}

#new_tag {
	position: relative;
	bottom: 151px;
	left: 0px;
	height: 48px;
	width: 48px;
	background: transparent url(../styleImages/new_tag.gif) repeat;
}

#new_image {
	border: none;
}



/** UPDATED PRODUCT VIEW STYLES*************/

#ccProdBox {
	position: relative;
	height: 520px;
	background: #fff;
}

#ccSimiliarBox {
	position: relative;
	height: 340px;
	background: #fff;
}

#homeImageBox {
	width: 722px;
	height: 385px;
	background: #fff;
	overflow: hidden;
	color: #fff;
}

#ccLeftBox {
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

#ccRightBox {
	margin: 0 0 0 420px;
	background: #fff;
}

#ccDesc {
	font-size: 14px;
	line-height: 16px;
	color: #444;
	padding: 20px 10px;
	width: 280px;
	max-height: 200px;
	overflow: auto;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

#lineBreakProd {
	width: 720px;
	padding: 12px 00;
	border-top: 1px dotted #ccc;
	text-align: center;
}

#lineBreakProd span { font-size: 12px; color: #333; }

#ccPrice {
	font-size: 14px;
	line-height: 16px;
	color: #a7a7a7;
	width: 280px;
	padding: 10px;
	background: #fff;
}

.ccPriceNorm {
	font-weight: bold;
	color: #000;
}

.ccPriceSale {
	font-weight: bold;
	color: #000;
}

.ccOldPrice {
	font-weight: bold;
	color: #ff0000;
	text-decoration: line-through;
}

#ccOptionsBox {
	width: 280px;
	position: relative;
	padding: 10px 10px 5px 10px;
	border-top: 1px dotted #ccc;
}

#stockWrap {
	padding: 10px;
	background: #ff0000;
	color: #fff;
	margin: 0 0 10px 0;
}

#ccOptions {
	background: #fff;
}

select.Options {
	width: 280px;
	margin: 0 0 5px 0;
}

#ccProdBuy {
	text-align: center;
}

#ccPurchase a {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	width: 110px;
	height: 30px;
	float: left;
	background: #ddd;
}

#ccPurchase a:hover {
	color: #ff0000;
}

#ccNoStock {
	font-size: 14px;
	line-height: 16px;
	color: #a7a7a7;
	width: 280px;
	padding: 0 10px;
	background: #fff;
	border-bottom: 1px dotted #ccc;
}

#outOfStock {
	color: #ff0000;
	line-height: 14px;
	font-size: 12px;
}

#ccQuantity {
	font-size: 14px;
	line-height: 16px;
	color: #a7a7a7;
	width: 200px;
	padding: 10px 10px 10px 90px;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	background: #fff url('../styleImages/quantityTag.png') no-repeat 10px center;
}

#ccQuantity input {
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

#imageNav {
	text-align: center;
	width: 395px;
	position: relative;
	height: 35px;
	background: #ddd;
}

#ccPurchase {
	color: #444;
	padding: 10px;
	width: 280px;
	height: 20px;
}

#imageNav a {
	background: #fff;
	margin: 0 1px 0 0;
	text-decoration: none;
	color: #000;
	padding: 5px 8px;
	font-size: 10px;
	line-height: 34px;
}

#imageNav a:hover {
	background: #ddd;
	color: #000;
}

#imageNav a.activeSlide {
	width: 20px;
	height: 20px;
	background: #ddd;
	margin: 0 1px 0 0;
}
