body {
	margin: 0;
	padding: 0;
	color: #797979;
	background-color: #fff;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top;
}

h1, 
h2, 
h3 {
	margin: 0;
	padding: 0;	
	font-weight: normal;
	font-family: "trebuchet ms", tahoma, arial;
}

a,
a img {
	border: 0;
	outline: none;
}

a:focus { color: inherit; }

#pageSurround {
	width: 1000px;
	margin: 0px auto;
}

#subSurround {
	background: #fff url(../styleImages/wrapper.png) repeat-x;
}

#topHeader {
	text-align: left;
	height: 96px;
	margin: 0;
	padding: 0 0 0 24px;
	background-image: url(../styleImages/backgrounds/header.png);
	border: 0;
}

#navigation {
	height: 35px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 30px;	
}

#navigation ul {
	display: inline;
	list-style: none;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	color: #000;
	text-decoration: none;
	padding: 7px 16px 6px 16px;
	font: 18px "trebuchet ms", tahoma, arial;
}

#navigation ul li a:hover {
	color: #ba71a0;
}

#featuredProduct {
	width: 715px;
	padding: 10px;
	background: #000;
}

#featuredProduct .featureImage {
	float: left;
}

#featuredProduct .featuredContent {
	float: right;
	width: 425px;
	color: #dcdcdc;
}

#featuredProduct h1 {
	padding: 0;
	color: #dcdcdc;
	margin: 5px 0 0 0;
	font: 44px "trebuchet ms";
}

#featuredProduct p {
	margin: 0;
	padding: 0;
	color: #dcdcdc;
	font: 18px "trebuchet ms";
}

#featuredProduct a {
	color: #dcdcdc;
	font-size: 28px;
	text-decoration: none;
}

#featuredProduct a.add,
#featuredProduct a.buy {
	margin-left: 10px;
	padding-left: 20px;
	padding-bottom: 3px;
	background: url(../styleImages/add.png) no-repeat left;
}

#featuredProduct a.buy {
	margin-left: 80px;
}

.bar {
	height: 10px;
	margin-top: 1px;
	background: #d27cb3;	
}

#boxSelectors {
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	display: inline-block;
}

.featureBox {
	width: 23px;
	height: 23px;
	cursor: pointer;
	background: #7f7f7f;
	display: inline-block;
}

.featureBox:hover {
	background: #000;
}

#arrowSelectors {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	display: inline-block;
}

#arrowSelectors span {
	width: 42px;
	height: 38px;
	cursor: pointer;
	display: inline-block;
}

#arrowSelectors #arrowUp 			{ background-image: url(../styleImages/arrow_up.png); 	}
#arrowSelectors #arrowDown 			{ background-image: url(../styleImages/arrow_down.png); }
#arrowSelectors #arrowUp:hover 		{ background-image: url(../styleImages/arrow_up_over.png); 		}
#arrowSelectors #arrowDown:hover 	{ background-image: url(../styleImages/arrow_down_over.png); 	}

#indexImage {
	float: left;
	width: 106px;
	height: 240px;
	margin-right: 30px;
	background: url(../styleImages/indexleft.png) no-repeat;
}

.boxContent h1 {
	color: #404040;
	font: italic bold 31px "trebuchet ms", verdana, tahoma;
}

.indexContent {
	float: left;
	width: 590px;
}

.indexContent p {
	margin: 0;
	padding: 0;
	color: #797979;
	margin-top: 5px;
	font: italic bold 16px "trebuchet ms", verdana, arial;
}

.latestProductsWrapper {
	margin-top: 30px;
}

.latestProductsWrapper h2 {
	color: #b13885;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}

#latestProducts {
	height: 135px;
	text-align: center;
	background: url(../styleImages/blackbar.png);
}

#latestProducts img {
	margin-top: 23px;
}

.latestProds {
	width: 140px;
	display: inline-block;
}

#languageBox,
#currencyBox {
	display: inline;
}

#currencyBox {
	position: absolute;
	margin-top: 2px;
	margin-left: 30px;
}

#languageBox select,
#currencyBox select {
	margin: 0;
	border: 0;
	padding: 0;
	width: auto;
	background: transparent;	
}

#showCurrencyList,
#showLanguageList,
#showCurrentLanguage,
#showCurrentCurrency {
	display: inline;
	position: relative;
	top: -2px;
	font: 14px "Trebuchet MS", verdana, arial;
}

#showLanguageList,
#showCurrencyList {
	display: none;
}

#showLanguageList select {
	font: 14px "Trebuchet MS", verdana, arial;
}

#currentLanguage {
}

.colRight {
	width: 195px; 
	float: right;
	margin-right: 15px;
}

.colRight .boxTitleRight {
	color: #000;
	margin-top: 10px;
	padding: 3px 3px 3px 6px;
	background-color: #b6b6b6;	
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #959595;
	font: bold 14px "Trebuchet MS", verdana, arial;
	background: #b6b6b6 url(../styleImages/block_arrow_right.png) no-repeat right;
}

.colRight .boxContentRight {
	color: #000;
	background-color: #dedede;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	font: 14px "Trebuchet MS", verdana, arial;
}

.colRight .boxContentRight a {
	color: #000;
}

.colRight #viewBasket {
	color: #fff;
	margin-top: -5px;
	text-align: center;
	padding: 3px 0 2px 0;
	background-color:#d27cb3;
	border-bottom: 3px solid #ba71a0;
	font: 14px "Trebuchet MS", verdana, arial;
}

.colRight #viewBasket a {
	color: #fff;
	text-decoration: none;
}

#topNavigationBar {
	width: 600px;
	float: right;
}

#sessionData {
	color: #fff;
	float: left;
	width: 350px;
	font-size: 11px;
	margin-top: 6px;
	text-align: right;
	margin-right: 10px;
	font-family: verdana, arial, tahoma;
}

#sessionData a {
	color: #68275a;
	font-weight: bold;
	text-decoration: none;
}

#searchForm {
	float: left;
	width: 164px;
}

#searchForm img {
	float: left;
}

#subSearchForm {
	width: 156px;
	text-align: center;
	background: #b56c97;
	margin-right: 140px;
	padding: 2px 4px 2px 4px;
	border-bottom: 1px solid #9e5c82;
}

#subSearchForm #searchStr {
	position: relative;
	top: -2px;
}

#subSearchForm input {
	border: 0;
}

#subSearchForm #newSearchBtn {
	border: 0;
	width: 27px;
	height: 21px;
	background: url(../styleImages/search.png) no-repeat;
}

#viewBasketIcon {
	width: 25px;
	float: left;
	height: 27px;
	position: relative;
	left: 3px;
}

#popularProducts,
#saleProducts {
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
}

#popularProducts li img,
#saleProducts li img {
	position: relative;
	top: 3px;
}

#saleProducts li {
	padding-bottom: 5px;
}

#feature2,
#feature3,
#feature4,
#feature5 {
	display: none;
}

.categoryProduct {
	padding: 10px;
	margin-bottom: 10px;
}

.categoryProduct .categoryProductImage {
	float: left;
	width: 89px;
	padding: 6px;
	overflow: hidden;
}

.categoryProduct .categoryProductContent {
	float: left;
	width: 360px;
}

.categoryProduct .categoryProductInformation {
	float: left;
	width: 220px;
	padding: 6px;
	background: #fff;
	margin-left: 10px;
}

.categoryProduct .categoryProductInformation h3 {
	margin-bottom: 5px;
}

.categoryProduct .categoryProductPrice {
	float: left;
	width: 110px;
	color: #010101;
	font-size: 20px;
	text-align: center;
}

.categoryProduct .categoryProductPrice .txtOldPrice {
	color: #7e7e7e;
}

.categoryProduct .categoryProductButtons {
	float: left; 
}

.categoryProduct .categoryProductButtons a {
	color: #010101;
	font-size: 14px;
	text-decoration: none;
}

.categoryProduct .categoryProductButtons a img {
	margin-right: 5px;
	position: relative;
	top: 2px;
}

/*
 * END OF custom stylesheet attributes
 * 
 */


.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 5px;
	float: left;
}

.colMid {
	position: relative;
	width: 735px;
	float: left;
	margin-left: 24px;
}

.boxContent {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 558px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 100px;
	height: 50px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
