html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
dl, dt, dd, ol,
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	font-variant: normal;
	vertical-align:baseline;
}

body {
	background-color: #C8C8C8;
	
}

textarea {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	font-variant: normal;
}

#top-pane {
	margin-bottom: 0px;
	padding: 0;
	background-color: #FFFFFF;
}

#top-pane-top-menu {
	height: 35px;
	width: 980px;
	background-color: #FFC8FF;
}

#top-pane-top-menu a {
	font-size: 13px;
	text-decoration: none;
	margin-right: 12px;
	color: #333333;
}


#top-pane-top-menu a:hover {
	color: #155cd3;
}

#banner {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 150px;
	width: 980px;
	position: relative;
}

#banner #logo{
	position:absolute;
}

#banner #gift-voucher{
	top: 20px;
	right: 5px;
	position: absolute;
}

#banner #paypal{
	position:absolute;
	top: 80px;
	right: 0;
}

.gift-voucher {
	border: 2px dashed #AA776E;
	width: 120px;
}

#top-pane-bottom-menu {
	width: 980px;
	height: 45px;
	background-color: #FFC8FF;
	border-bottom: solid 1px #FFFFFF;
}

#hoz-menu-bar{
	/* padding: 5px 5px 0 5px;*/
	/* font-size: 12px; */
	width: 730px;
	height: 40px;
	margin-bottom: 10px;
}

.hoz-menu{
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	width: 175px;
	background-color: #ff97f7;
	text-align: center;
	text-decoration: none;
}

.hoz-menu .menu-button-text {
	margin-top:4px;
	margin-bottom:5px;
	color: #333333;
	font-size: 13px;
}

.hoz-menu:hover { 
	background-color:#F0F0C4;
	color: #155CD3;
}

#start-shopping-button {
	margin: 10px auto;
	width: 200px;
	background-color: #ff97f7;
	text-align: center;
	text-decoration: none;
	
}

#start-shopping-button:hover { 
	background-color:#F0F0C4;
	color: #155CD3;
}

#start-shopping-button .text {
	margin-top:4px;
	margin-bottom:5px;
	color: #333333;
	font-size: 13px;
}

#wrap-main {
	padding-bottom: 20px ;
	padding-top: 1px ;
}

#main-container {
	width: 980px;
	background-color: #FFC8FF;
	margin-bottom: 15px;
}

#single-pane {
	width: 980px;
	height: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	outline: 0;	
	text-align: left;
	display: inline-block;
}

#left-right-pane {
	width: 980px;
	height: 100%;
	margin: 0 0 5px 0;
	padding: 10px 0;
	outline: 0;	
	text-align: left;
	display: inline-block;
}
#left-pane {
	width: 190px;
	height: 100%;
	/* height: 890px; */
	display: inline;
	float: left;
	
}
#right-pane {
	/* height: 880px;*/
	width: 790px;
	display: inline;
	float: left;
}

#right-column {
	margin: 0;
	display: inline;
	float: left;
}


.left-content-wrapper {
	margin: 10px 10px 0 10px;
	border: 1px solid #AAAAAA;
}

.left-content-header {
	width: 158px;
	height: 20px;
	padding: 5px;
	font-size: 14px;
	color: #333333;
	background-color:#E0E0E0;
}

.left-content-body {
	width:168px; 
	background-color:#FFFFFF;
	display: inline-block;

}

.right-content-wrapper {
	margin: 10px 10px 10px 0 ;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
}

.right-content-header {
	color:#333333;
}

.right-content-header h1 {
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	width: 80%;
	padding: 10px 0;
	border-bottom: 1px solid #DFDDD5;
	margin: 0 auto 10px auto;
}

.right-content-header h1 .price {
	font-weight: bold;
	text-align: right;
	font-size: 20px;
}

.right-content-body {
	background-color:#FFFFFF;
	overflow: hidden;
	padding-bottom: 20px;
}

#bottom-pane {
	background-color: #FFC8FF;
	width: 980px;
	overflow: hidden;
	margin-bottom: 15px;
}

#brands {
	 width: 940px;
	 background-color: #FFFFFF;
	 padding: 10px;
	 margin-bottom: 10px;
}
#brands-inner {
	 height: 50px;
	 width: 878px;
}

.brand-box {
	float: left;
	margin-right: 20px;
}

/* Good Things */
.good-things-item{
	width: 600px;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 15px;
}

/* homepage */
#homepage-row1 {
	padding-top:15px;
}

#homepage-row2 {
	margin: 10px 0;
	
}

#homepage-row2-inner { 
	width: 930px;
	margin: 0 auto;
	border: solid 1px #AAAAAA;
	background-color: #FFFFFF;
}

#homepage-row3 {
	margin-top:10px;
	margin-bottom: 25px;
}

#homepage-row3-inner{ 
	width: 930px;
	margin: 10px auto;
} 

#showcase {
	 background-color: #ff97f7;
	padding: 10px;
	margin: 15px;
	margin-left: 15px;
}

#homepage-row1 .homepage-portlet-inner {
	height: 260px;
	width: 285px;
	
}

#homepage-row2 .homepage-portlet-inner {
	height: 130px;
	width: 285px;
}

#homepage-row2 .homepage-advert-portlet{
	float:left;
	display: inline;
	margin-right: 15px;
	/* border: 1px solid #E8E8E8; */
	border: 1px solid #909090;
	padding: 2px;
	position: relative;
}

.homepage-advert-portlet img{
	width: 156px;
	height: 156px;
}

.homepage-advert-portlet .product-title{
	width: 156px;
	height: 35px;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	background-color: #222;
	display: none;
}

/* portlet boxes */
.contact-us-portlet {
	width:350px;
	padding: 10px;
	margin: 10px;
	background-color: #ffC8ff;
}

.contact-us-portlet .portlet-inner {
	height: 100px;
}

.continue-shopping-portlet {
	width:220px;
	padding: 10px;
	margin: 10px;
	background-color: #ffC8ff;
}

.continue-shopping-portlet .portlet-inner {
	height: 100px;
}

.account-order-portlet {
	width:350px;
	padding: 10px;
	margin: 10px;
	background-color: #ffC8ff;
}

.ccount-order-portlet .portlet-inner {
	height: 100px;
}

#button-box button, #button-box input {
	font-size: 13px;
	width: 220px;
	margin-right: 15px;
}


#button-box {
	width: 740px;
	margin-bottom: 20px;
	margin-top: 20px;
}

/* category box */

.category-box {
	width: 120px;
	height: 35px;
	margin: 5px;
	padding-top: 20px;
	display: inline;
	float: left;
	text-align: center;
}
a .category-box {
	font-size:14px;
	color:#333333;
	text-decoration:none;
}

/* thumbnail */

#thumb-list {
	width: 730px;
}

.thumb-row {
	width: 100%;
	position: relative;

}

#thumb-list .thumb-box {
	width: 170px; 
	height: 240px;
	margin: 5px;
	border: 1px solid #E8E8E8;
	float: left;
	display: inline;
	background-color: #FFFFFF;
	/*background: url('../img/static/item_box_bg.jpg') no-repeat  ; 
	position: relative;*/
}

#thumb-list .thumb-box a {
	text-decoration: none;
}

#thumb-list .thumb-image {
	width: 160px;
	height: 160px;
	margin-top: 5px;
}

#thumb-list .thumb-image img{
	width: 160px;
	height: 160px;
}

#thumb-list .product-title {
	width: 100%;
	height: 35px;
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
}


#thumb-list .price {
	text-align: center;
	font-size: 12px;
	color: #5377AF;
}

.thumb-wrap{
	padding: 5px;
	width: 310px;
	height: 100px;
	float:left;
}
.thumb-details {
	float:left;
	padding:5px 0 0 0;
	width:130px;
}

/* left menu */
.category {
	padding-left:35px;
	padding-bottom:2px;
	padding-top:2px;
	text-decoration: none;
}

.main-category {
	padding: 5px 10px 5px 5px;
	text-decoration: none;
}

a .category, a .main-category {
	font-size:13px;
	color:#333333;
}

.category:hover, .main-category:hover{ 
	background-color:#F0F0C4;
}

/* checkout */
.checkout-option {
	margin-right: 20px;
	margin-left: auto;
}

#cost-table {
	 margin-left: auto; 
	 margin-right: 25px;
	 margin-bottom: 20px;
}
#cost-table td {
	text-align: right;
	color: #333333;
}

#cost-table td.label {
	font-weight: bold;
	padding: 0 20px 10px 0;
}

.product-table {
	width: 738px;
}
.product-table form input {
	font-size: 10px;
}

.product-table #product-img-header {
	width: 48px;
}

.product-table #product-name-header {
	width: 35%;
}

#voucher-table {
	font-size: 12px;
	border: solid 2px #CDCDCD; 
	width: 300px;
	padding:5px; 
	margin-top: 10px; 
	margin-bottom: 10px;
}

.payment-box {
	width:326px;
	padding: 10px;
	margin: 10px;
	float: left;
	display: inline;
}

/* Form */

#product-question-form table {
	width: 400px;
}

#product-question-form td.label {
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}

#subscriber-form table {
	width: 500px;
}

#subscriber-form td.label {
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}

#feedback-form table {
	width: 500px;
}

#feedback-form td.label {
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}

#shipping-postage-form table {
	width: 500px;
}

#shipping-postage-form td.label {
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}

#register-form table{
	width: 500px;
}

#register-form td.label {
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}

#update-user-form table{
	width: 500px;
}

#update-user-form td.label {
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}

#login-form table{
	width: 500px;
}

#login-form td.label {
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}

#reset-form table{
	width: 500px;
}

#reset-form td.label {
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}

form input {
}

/* Product page */
#product-view {
	text-align: left;
	display: block;
}

#product-view #right{
	width: 498px;
	float: left;
	margin-left:10px;
}

#product-view #photo {
	width: 250px;
	margin-left: 10px;
	display: inline;
	float: left;
}

#product-view #photo img {
	width: 250px;
	height: 250px;
	margin-bottom: 10px;
}

#product-view #description {
	width: 476px;
	padding: 10px;
	margin-bottom: 10px;
	display: inline;
	float: left;
	font-size: 13px;
}

#product-view #size-qty {
	width: 476px;
	padding: 10px;
	margin-bottom:10px;
	display: inline;
	float: left;
}

#product-view #actions {
	width: 496px;
	margin-bottom:10px;
	display: inline;
	float: left;
}

div#product-view .price{
	color: #5377AF;
	text-align: center;
	font-size: 15px;
}


/* sort table */
table.sort-table {
	font-family:arial;
	font-size: 12px;
	background-color: #CDCDCD;
	margin-top:10px;
	margin-bottom: 10px;
	text-align: left;
	
}

table.sort-table thead tr th, table.sort-table tfoot tr th {
	background-color: #E0E0E0;
	border: 1px solid #FFF;
	font-size: 8pt;
	font-weight: bold;
	padding: 4px;
}
table.sort-table thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.sort-table tbody td {
	color: #333333;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.sort-table tbody tr.odd td {
	background-color:#F0F0F6;
}
/*
table.sort-table thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.sort-table thead tr .headerSortDown {
	background-image: url(desc.gif);
} */
table.sort-table thead tr .headerSortDown, table.sort-table thead tr .headerSortUp {
	background-color: #8dbdd8;
} 

/* Slideshow on showcase */
div#tmpSlideshow {
    position: relative;
	margin: 0 auto;
	height: 260px;
	width: 910px;
	padding: 10px;
	border: solid 1px #AAAAAA;
	background-color: #FFFFFF;
	
}
 div.tmpSlide {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 260px;
	width: 910px;
    display: none;
}
div.tmpSlide img {
    float: left;
    width: 700px;
	height: 260px;
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 200px;
}
div.tmpSlideshowControl {
    border: 1px solid #e1dece;
    float: left;
    margin: 0 5px 0 0;
    background: url('/Template/Pictures/Buttons/Feature.png') no-repeat;
    width: 38px;
    height: 36px;
    color: #554d31;
    font: 14px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 36px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background-image: url('/Template/Pictures/Buttons/FeatureOver.png');
}
div.tmpSlideshowControlActive {
    border: 1px solid rgb(161, 155, 137);
}
div.tmpSlideCopy {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 190px;
}
div#tmpSlideshow h2 {
    color: #b90f23;
    text-transform: uppercase;
    font: 18px Arial, sans-serif;
    margin: 10px 0;
}
div.tmpSlideCopy p {
    font: 13px Arial, sans-serif;
    line-height: 1.75em;
}

/* Common */
.shade-box{
	background: url('../img/static/grey_shade_bg.jpg') repeat-x;
	border: 1px solid #E0E0E0;
}

.portlet-box {
	float: left;
	display: inline;
}


#message-pane {
	margin-top: 15px;
	margin-bottom: 10px;
	width: 500px;
}

#message-box {
	padding: 10px;
	border: 1px solid;
	text-align: center;
	font-size: 13px;
	position: relative;
}

.slide-down-header {
	font-size: 13px;
	color: #333333;
	background-color: #F0F0F0;
	border: 1px solid #E0E0E0 ;
	padding: 5px 10px;
	text-decoration: none;
	height: 20px;
}
.slide-down-header:hover { 
	background-color:#F0F0C4;
	color: #155CD3;
}

.slide-down-header .text {
	float:left; 
	margin-right: 5px;
}

.slide-down-body {
	font-size: 13px;
	color: #333333;
	background-color: #F9F9F9;
	border: 1px solid #E0E0E0 ;
	padding: 5px 10px;
}

.mini-image {
	width: 50px;
	height: 50px;
}

.align-center {
	margin-left:auto; 
	margin-right:auto;
}

.text-align-center{
	text-align: center;
}

.guidemessage{
	margin-left: 20px;
	color: #555555;
}

.guidemessage-center{
	color: #555555; 
	text-align:center; 
	margin-bottom:20px;
}
