@import url(reset.css);

/* 
------------------------------------------------
CSS CONTENTS
................................................


  @GENERAL
  @COVER
  @COLUMNS 
  @COVER-PAGE
  @PRODUCT-PAGE
  @TESTIMONIALS
  @MAIN-CONTENT
  @FOOTER
  @SLIDER
  @PRODUCTLIST
  @TOPMENU
  @CHECKOUT
  @CART-SIDE 
  @AD-SIDE


------------------------------------------------
*/

.shop-main {
	padding:	0;
	margin: 	0;
}



/*
------------------------------------------------
 @GENERAL 
------------------------------------------------
*/

.clearrow { clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}


* { outline: none; }

body,ul,li,div,p,h1,h2,h3,h4,h5,h6  
{ margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align: baseline;background: transparent;line-height: 1.4em;}
ol, ul {list-style: none;}

body {
	font-family: helvetica, arial, sans-serif;
}

strong { font-weight: bold;}
em { font-style: italic; }
p { 
	font-size:1.2em; 
	margin-bottom: 1.4em; 
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}


h1 {
	font-size: 2em;
	margin-bottom: 1em;

}

h2 {
	font-size: 1.6em;
	margin-bottom: 1em;
}

h4 {
	color: #01b7b8;
	font-size: 1.5em;
	margin-bottom: 1em;
}

.col {margin:0 10px;display:inline;float:left;margin-bottom:1.2em;}

body {
	font-size: 62.5%;
	background-color: #ffcb05;

}

.mainBG {
	background-image: url(../images/layout-bg-main.png);
	background-repeat: repeat-y;
}

#container {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	border-left: solid 2px #b28e03;
	border-right: solid 2px #b28e03;
	border-bottom: solid 2px #b28e03;
	margin-bottom: 15px;
	background-image: url(../images/col-right.png);
	background-repeat: repeat;
}

.flgreen {
	color: #ccff33;
}
	
.yellow {
	color: #ffcc00;
}
	
.smaller {
	font-size: 1em;
}	

.txtcenter {
	text-align: center;
}
a {
color: #52317a;
}


/*
------------------------------------------------
 @COVER 
------------------------------------------------
*/

#cover {
	position: relative;
	height: 768px;
	width: 592px;
	background-repeat: no-repeat;
}



#wide-header {
	height: 126px;
	position: relative;

}


.side-product {
	margin-top: 10px;
}

#wide-header a {
	color: yellow;
}
#wide-header a:visited {
	color: yellow;
}	
#wide-header a:hover {
	text-decoration: none;
	color: #fff;
}
#wide-header a:active {
	color: #ccc;
}
/*
------------------------------------------------
 @COLUMNS 
------------------------------------------------
*/

.one, .two { float: left; position: relative; }

.colspace { margin-right: 2%; }

.one {
	width: 32%;
}

.two {
	width: 65%;
}


#col-left {
	width:196px;
	float: left;
	background-image: url(../images/layout-bg-topleft.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 10px
}

#col-right {
	position: relative;
	width:  196px;
	float:right;
	padding: 10px;
}

#col-right a {
	color: #08dcdc;
	text-decoration: none;
}

#col-right a:hover {
	color: #029e9e;
	text-decoration: underline;
}

#col-right .side-buynow a {
	color: #ffcb05;
	text-decoration: none;
}
#col-right .side-buynow a:hover {
	color: #ca9c00;
	text-decoration: underline;
}

#col-wide, #col-center { 
	float: left;
	background-color: #212121;
}

#col-wide {
	width: 808px;
}
#col-center {
	width: 592px;
}


.center-text p {
	color: #ededed;
	text-shadow: 0px 1px 1px #000;
}


.side-product p {
	color: #fff;
}

.side-product p.side-buynow {
	text-align: right;
}


#center-space {
	background: url(../images/shadow-bottom-column.png) top center repeat-x;
	padding: 30px 20px 20px 20px;
}

.over-260 {
	position: absolute;
	left: -260px;
}




/*
------------------------------------------------
 @COVER-PAGE 
------------------------------------------------
*/


#cover-menu a {
	color: #ffcb05;
}
#cover-menu a:visited {
	color: #ccc;
}
#cover-menu a:hover {
	color: #fff;
}
.cover-right-side a, .cover-left-side a  {
	color: #fff;
}
.cover-right-side a:visited, .cover-left-side a:visited  {
	color: #ccc;
}
.cover-right-side a:hover, .cover-left-side a:hover  {
	color: #fff;
	text-decoration: none;
}

#cover h1#title {
	position: absolute;
	text-indent: -9999px;
	top: 10px;
	left: 20px;
	width: 236px;
	height: 136px;
}


#cover-menu {
	position: absolute;
	top: 10px;
	left: 350px;
	width: 200px;
	font-size: 1em;
	line-height: 150%;
	color: #848589;
	text-align: right;
	
}

#cover  h1{
	position: absolute;
	top: 160px;
	left: 20px;
	width: 556px;
	color: #f2c807;
	font-size: 3.5em;
	line-height: 120%;
	text-shadow:  1px 1px 1px #000;
}

#cover .cover-left-side {
	font-size: 1.8em;
	color: #fff;
	line-height: 120%;
	position: absolute;
	left: 20px;
	top: 350px;
	width: 206px;
}

#cover .cover-right-side {
	font-size: 1.8em;
	color: #fff;
	line-height: 120%;
	position: absolute;
	text-align:right;
	left: 350px;
	top: 200px;
	width: 206px;
}

/*
------------------------------------------------
 @PRODUCT-PAGE 
------------------------------------------------
*/
.productItem ul {
	margin: 0px;
	padding: 0px;
}
.productItem ul li {
	clear: both;
	width: 220px
}

.shop-product-small {
	border: none;
	text-align: center;
	width: 220px;
}
.shop-product-small h5 {
	font-weight: bold;
	font-size: 13px;
}
.product-page a {
	color: #4141ab;
}
.product-page a:visited {
	color: #24253a;
}
.product-page a:hover {
	text-decoration: none;
	color: #aaa;
}
.product-details li.quantity input {
	width: 30px;
}
.product-details {
	position: relative;
	left: -20px;
}
.product-info ul li,.product-info ol li  {
	margin-left: 1em;
	margin-right: 1em;
	font-size:1.2em; 
	padding: .5em; 
	border-top: solid 1px #e9e9e9;
}
.product-info ul li:last-child, .product-info ol li:last-child {
	border-bottom: solid 1px #e9e9e9;
}
.product-info ul li:nth-child(odd), .product-info ol li:nth-child(odd)  {
	background-color: #f3f3f3;
}

.product-info ul, .product-info ol {
	margin-bottom: 1.4em;
}

.product-info table {
	width: 100%;
	border: solid 1px #e9e9e9;
	box-shadow: 0px 1px 2px #4d4d4d;
	-webkit-box-shadow: 0px 1px 2px #4d4d4d;
	-moz-box-shadow: 0px 1px 2px #4d4d4d;
}
.product-info table tr th {
	background-color: #6b6b6b;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	text-shadow: 0px 1px 1px #4d4d4d;
}
.product-info table tr td {
	color: #6b6b6b;
	font-size: 1.2em;
	padding: 3px 3px 3px 3px;
	border-right: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
}
.product-info table tr td:last-child {
	border-right: none;
}
.product-info table tr:nth-child(odd) td {
	background-color: #f3f3f3;
}

/*
------------------------------------------------
 @TESTIMONIALS 
------------------------------------------------
*/

.testimonial {
   -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    padding: 13px 10px 10px 10px;
    margin-top: 10px;
}
.testimonial img {
	float: left;
	margin: 0px 5px 5px 0px;
}
.testimonial br {
	clear: left;
	height: 1px;
	overflow: hidden;
	line-height: 1px;
}

.testimonial h3 a {
	font-size: 1.1em;
	text-decoration: none;
	color: #ff9900;
	font-weight: bold;
	line-height: 110%;
}
.testimonial p {
	font-size: 1em;
	color: #494949;
}
.testimonial p.testimonial-more {
	text-align: right;
}
.testimonial p.testimonial-more a {
	color: #663399;
	text-decoration: none;
	font-weight: bold;
}
.testimonial p.testimonial-more a:hover {
	color: #330066;
	text-decoration: underline;
}


/*
------------------------------------------------
 @MAIN-CONTENT 
------------------------------------------------
*/



#main-content {
	padding: 40px;
	background: #fff url(../images/main-content-bg.jpg) top left repeat-x;
	min-height: 500px;
}

#main-content h1 {
	color: #52317a;
	text-shadow: 1px 1px 1px #dfdfdf;
}

#main-content h2 {
	color: #58496a;
	text-shadow: 1px 1px 1px #dfdfdf;
} 
#main-content p {
	color: #2c2c2c;
}

#wide-header h1#logo {
	float: left;
	height: 126px;
	width: 280px;
	background-image: url(../images/wellone-logo.jpg);
	text-indent: -9000px;
}
#wide-header h1#logo a{
	display: block;
	height: 126px;
	width: 280px;
}




/*
------------------------------------------------
 @FOOTER 
------------------------------------------------
*/

#footer {
	border-top: solid 1px #444444;
	margin-top: 20px;
	clear: both;
	padding-top: 20px;
}


#footer p {
	color: #707070;
	text-shadow: 0px 1px 1px #000;
}
#footer a {
	color: #ffcb05;
	text-decoration: none;
}
#footer a:hover {
	color: #ca9c00;
	text-decoration: underline;
}

/*
------------------------------------------------
 @SLIDER 
------------------------------------------------
*/

.slider-img {
	width: 196px;
	height: 196px;
	background-repeat: no-repeat;
	background-position: -35px center;
	margin-bottom: 10px;
}

#product-slider-above {
	height: 116px;
}
#product-slider-above h2 {
	font-size: 16px;
	padding: 30px 0 0 10px;
	color: #fff;
	text-shadow: 0px 1px 2px #000;
}
#product-slider-above p {
	padding-left: 10px;
}
.side-product {
	margin: 0px 0px 20px 20px;
	padding-bottom: 5px;
}


#testimonial-slider-above {
	height: 116px;
}
#testimonial-slider-above h2 {
	font-size: 16px;
	padding: 30px 0 0 10px;
	color: #fff;
	text-shadow: 0px 1px 2px #000;
}


.testimonial {
	margin: 0px 0px 20px 20px;
}


/*
------------------------------------------------
 @PRODUCTLIST 
------------------------------------------------
*/

#pagination {
	font-size: 14px;
}
#pagination a {
	border: solid 1px #ccc;
	background-color: #eee;
	text-decoration: none;
	padding: 4px;
	color: #777;
}
#pagination a:hover {
	border: solid 1px #aaa;
	background-color: #fff;
}

#spacebar {
	overflow:hidden;
	float: left;
	width: 1px;
	height: 500px;
	position: relative;
	left: -1px;
}
ul.productfeaturelist  {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.productfeaturelist li {
	float: left !important;
}

/*
------------------------------------------------
 @TOPMENU 
------------------------------------------------
*/
ul#main-nav {

}
ul#main-nav li {
	display: inline;
	margin-right: 20px;
	font-size: 13px;
	font-weight: bold;
}
ul#main-nav li:last-child {
	margin-right: 0px;
}
#topsearchbox {
	position: absolute;
	z-index: 500;
	top: 100px;
	left: 300px;
	top: 75px;
	
}
#topsearchbox form {
	padding: 0px;
	margin: 0px;
}

#topsearchbox input[type=text] {
	width: 120px;
	background-color: #000;
	border: solid 1px yellow;
	padding: 6px;
	color: #fff;
}
#cartbox {
	position: absolute;
	z-index: 500;
	top: 100px;
	left: 530px;
	top: 80px;
}
/*
------------------------------------------------
 @CHECKOUT 
------------------------------------------------
*/
#myform {
	display: none;
}
/*
------------------------------------------------
 @CART-SIDE 
------------------------------------------------
*/
#cart-side {
	background-color: #000;
	padding: 10px;
	margin:0 auto 0 auto;
	color: #fff;
	font-weight: bold;
}
#cart-side table {
	margin: 0px auto 0px auto;
	padding: 0px;
	float: none;
}
#cart-side a {
	display: block;
	text-decoration: underline;
}
.cartSummaryTable {
	margin: 0px;
	padding: 0px;
}
.cartSummaryItem {
	text-align: center;
}

--------------------------------------------------------
@AD-SIDE
--------------------------------------------------------
#ad-side {
	background-color: #000;
	padding: 20px;
	margin:20px, auto, 0, auto;
	color: #fff;
	font-weight: bold;
}
