body{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

input{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
}

input[type=submit].button {
-webkit-appearance: none;
}

select{
	-moz-appearance:none;
}

a,a:visited,a:hover{
	color: #000000;
}

#head{
	width: 100%;
}

#colorBar{
	width: 100%;
	height: 15px;
	background-color: #94C5BF;
}

.pgWidth{
	width: 70%;
	max-width: 1280px;
	padding: 0 15%;
	margin-left:auto;
	margin-right:auto;
}

#mainHead{
	color: #000000;
	margin-top:15px;
}

.home{
	float:left;
}

.home img{
	max-width: 520px;
}

#mainHead h1{
	font-family: 'Henny Penny', cursive;
	float: left;
	margin: 20px 0;
	font-size: 42px;
	line-height: 42px;
}

#mainHead .home,#mainHead .home:visited,#mainHead .home:hover{
	color: #000000;
}

#searchBox{
	float: right;
	width:303px;
}

#checkoutBox{
	width: 100%;
	text-align: right;
	color: #666666;
	margin: 10px 0;
}

#checkoutBox a, #checkoutBox a:visited{
	font-size: 14px;
	text-decoration: none;
	color: #666666;
}

#checkoutBox a:first-child{
	margin-right: 15px;
}

#checkoutBox a:hover{
	text-decoration: underline;
	color: #666666;
}

#searchSurround{
	border: 1px solid #93806C;
	border-radius: 10px;
	height: 26px;
}

#searchBox input{
	color: #000000;
	width: 260px;
	font-size: 14px;
	float: left;
	margin: 0;
	border: none;
	padding:3px 5px;
	background: transparent;
}

.button-search{
	width: 30px;
	height: 26px;
	border-left: 1px solid #93806C;
	float: left;
	background: url(../image/search_icon.png) center no-repeat;
}

#menu{
	width: 100%;
	height: 40px;
	margin-top: 15px;
	position: relative;
	z-index: 200;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu > ul > li {
	position: relative;
	float: left;
	width: 16%;
	margin: 0 2%;
	text-align: center;
	color: #000000;
	font-size: 16px;
	border-bottom: 1px solid #888888;
	z-index: 20;
}



#menu > ul > li > a,#menu > ul > li > a:hover,#menu > ul > li > a:visited{
	text-decoration: none;
	color: #000000;
	height: 24px;
	display: block;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}


#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 2%;
	border: 1px solid #000000;
	width: 96%;
	border-radius: 10px;
}
#menu > ul > li:hover > div {
	display: block;
	width: 96%;
	padding: 2%;

}
#menu > ul > li > div > ul {
	display: block;
	width: 90%;
	margin: 0 auto;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	display: block;
	color: #000000;
	font-size: 14px;
}

#menu > ul > li > div > ul > li{
	border-top: 1px dashed #666666;
}

#menu > ul > li > div > ul > li:first-child{
	border-top: none;
}

#menu > ul > li.C, #menu > ul > li.C > div > ul > li, #accordion > li.C, ul.dropdown li.C ul{
	border-color: #A2CFC7!important;
}

#menu > ul > li.C > div {
	border: 1px solid #A2CFC7;
}

#menu > ul > li.CC, #menu > ul > li.CC > div > ul > li, #accordion > li.CC, ul.dropdown li.CC ul{
	border-color: #F37D8E!important;
}

#menu > ul > li.CC > div {
	border: 1px solid #F37D8E;
}

#menu > ul > li.CCC, #menu > ul > li.CCC > div > ul > li, #accordion > li.CCC, ul.dropdown li.CCC ul{
	border-color: #AA9DB4!important;
}

#menu > ul > li.CCC > div {
	border: 1px solid #AA9DB4;
}

#menu > ul > li.CCCC, #menu > ul > li.CCCC > div > ul > li, #accordion > li.CCCC, ul.dropdown li.CCCC ul{
	border-color: #FBB4AA!important;
}

#menu > ul > li.CCCC > div {
	border: 1px solid #FBB4AA;
}

#menu > ul > li.CCCCC, #menu > ul > li.CCCCC > div > ul > li, #accordion > li.CCCCC, ul.dropdown li.CCCCC ul{
	border-color: #F9AAD2!important;
}

#menu > ul > li.CCCCC > div {
	border: 1px solid #F9AAD2;
}

#menu > ul > li:hover {
	  border-bottom-width: 1px;
	  border-bottom-color: transparent!important;
	  border-bottom-style: solid;
	  z-index:30;
}

#accordion > li.C{

}

.subMenu ul{
	display: none;
}

#contentTop{
	margin-top: 25px;
	overflow:hidden;
}

.flexslider{
	margin: 0 0 25px!important;
}

.box-heading{
	font-size: 20px;
}

.box-product > div{
	padding: 15px 5%;
	width: 12%;
	float: left;
	text-align: center;
}

.box-product > div.Y{
	padding-left: 0;
}

.box-product > div.YYYYY{
	padding-right: 0;
}

.box-product .image,.box-product .name,.box-product .price{
	width: 100%;
}

.box-product .image{
	border: 3px solid #CBCBCB;
	font-size: 0px;
}

.box-product img{
	width: 100%;
}

.box-product > div .name a, .box-product > div .name a:hover,.box-product > div .name a:visited{
	font-size: 16px;
	color: #3E949B;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}

.box-product > div .price{
	display: none;
}

.box-product > div .cart, a.button .btn_outer{
	width: 80%;
	margin:10%;
	background: #94C5BF;
	border-radius: 8px;
	display: inline-block;
}

.btnOuter{
	float: left;
	background: #94C5BF;
	border-radius: 8px;
	display: inline-block;
	height: 55px;
	color: #FFFFFF;
	text-align: center;
	display: table;
	padding: 10px;
	margin: 10px 8px;
}

.btnOuter .inner{
	height: 44px;
	display: table-cell;
	vertical-align: middle;
}

#error .btnOuter{
	height: 30px;
	padding: 6px;
}

#error .inner{
	height: 24px;
	border: 1px #FFFFFF dashed;
	padding: 2px 8px;
	border-radius: 5px
}

.inner a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#content > div.category-list > a > div.trd{
	width: 187px;
}

#content > div.category-list > a > div.qrt{
	width: 130px;
}

.box-product > div .cart .inner, #content > div.category-list > a > div > div, a.button .btn_inner{
	margin: 5px;
	border: 1px #FFFFFF dashed;
	padding: 5px;
	border-radius: 5px;
}

.box-product > div .cart{	
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#footer .column{
	float: left;
}

#footer{
	width: 100%;
	border-top: 1px solid #94C5BF;
}

#footer h3{
	font-size: 16px;
	font-weight: normal;
}

#footer ul{
	color: #8C8C8C;
	font-size: 14px;
}

#footer a,#footer a:hover,#footer a:visited{
	color: #8C8C8C;
	text-decoration: none;
}

#social{
	text-align: right;
	float: right;
	margin-top: 20px;
}

#social img{
	display: inline;
	border: none;
	float: left;
	width: 20%;
}

#product{
	margin-top: 25px;
}

#column-left{
	width: 22%;
	float: left;
	margin-right: 2%;
}

#content{
	float: left;
	width: 76%;
}

#column-left div.box-content ul{
	padding: 0;
	font-size: 96%;
}

#column-left div.box-content ul li{
	display: block;
	padding: 10px;
	border: 1px solid #888888;
	border-radius: 10px;
	width: 130px;
	margin-bottom: 20px;
}

#column-left > div > div.box-content > ul > li > ul > li{
	display: block;
	padding: 0;
	border: none;
	border-radius: 0px;
	margin-bottom: 5px;
}

#accordion > li > ul{
	overflow: hidden!important;
	border: none!important;
	background: transparent!important;
}

#accordion > li > span{
	border: none;
	background: transparent;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.ui-accordion .ui-accordion-header .ui-icon{
	position: relative!important;
	margin: 2px 0 0 0!important;
	float: right!important;
	background-image: url(../image/ui-icons_454545_256x240.png)!important;
}

#column-left > div > div.box-heading{
	margin-bottom: 20px;
}

#accordion > li > ul{
	margin-top: 3px;
}

div.product-info > div.left{
	float: left;
	width: 35%;
	margin-right: 5%;
}

div.product-info > div.right{
	float: left;
	width: 60%;
}

div.product-grid > div{
	width: 29%;
	margin: 2%;
	float: left;
}

div.product-grid div.image img{
	width: 100%;
}

div.product-grid .name{
	width: 100%;
	height: 20px;
	text-align: center;
	font-weight: bold;
	margin: 10px 0;
}

div.product-grid .name a{
	text-decoration: none;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}

div.product-grid .price-old{
	text-decoration: line-through;
}

div.product-grid .price-new{
	font-weight: bold;
	color: #CC0033;
}

div.product-grid div.cart, div.cart div.btnSurround, div#search #content div.buttons div.right, div.product-list div.right div.cart, div.buttons div.right{
	margin: auto;
	background: #94C5BF;
	border-radius: 8px;
	display: table;
}

div.product-list div.right div.cart{
	margin:0;
	float:right;
}

#content > div.product-list div.left > div.description{
	float: left;
	width:80%;
}

div#search #content div.buttons div.right{
	margin: 10px 0;
}

div.product-grid div.cart input, div.cart div.btnSurround input, #button-search, div.product-list div.cart input, #button-guest, div.buttons div.right input[type=button], #confirm input[type=submit], div.buttons div.right input[type=submit]{
	margin: 6px;
	padding: 4px 20px;
	background: #94C5BF;
	border: 1px dashed #FFFFFF;
	color: #FFFFFF;
	border-radius: 4px;
	font-weight: bold;
	cursor: pointer;
}

div.cart div.btnSurround{
	margin: 20px 0;
}

div.description p:first-child{
	margin-top: 0;
}

div.options h2{
	margin: 10px 0;
}

div.product-info{
	margin-bottom: 20px;
}

div.options select, div.options select:focus{
	border-radius: 7px;
	font-size: 16px;
	width: 300px;
	text-align: center;
	height: 30px;
	margin-top: 10px;
}

div.options textarea{
	border-radius: 8px;
	margin-top: 10px;
}

div#search .product-list{
	width: 100%;
}

div#search div#content, div#cart div#content, div#error div#content, div#voucher div#content, div#success div#content{
	width: 100%;
	margin: 25px 0;
}

div.product-list > div > div.right{
	float: left;
	width: 40%;
}

div.product-list > div > div.left{
	  width: 55%;
	  float: left;
	  margin-right: 5%;
}

div.product-list > div > div.left > div.image{
	float: left;
	width:20%;
}

div.product-list > div > div.left > div.image img{
	width: 70px;
}

div.product-list div.right div.price{
	text-align: center;
	margin-top: 10px;
	float: left;
}

#content > div.product-list div.left > div.name{
	float: left;
	width:80%;
}

div#search div.product-list{
	margin-top: 25px;
}

div#cart div#content .cart-info table{
	width: 100%;
}

div#cart div#content table thead{
	font-weight: bold;
}

div#cart .cart-total, div#cart .buttons{
	margin-top: 15px;
}

div#cart .buttons .right{
	float: right;
}

div#cart .buttons .center{
	float: left;
}

div#cart .center .btn_outer{
	width: 180px;
	margin: 0;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

div#cart .right .btn_outer{
	width: 120px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
}

#total{
	width: 200px;
}

.checkout-content .left{
	float: left;
	width: 48%;
	margin-right: 2%;
}

.checkout-content .right{
	float: left;
	width: 48%;
	margin-left: 2%;
}

div.checkout-heading {
	font-size: 20px;
	font-weight: bold;
}

#payment-address h2{
	font-size: 16px;
}

#company-id-display{
	display: none!important;
}

#payment-address input[type=text]{
	width: 70%;
}

span.error{
	font-size: 12px;
	color: rgb(235, 0, 0);
}

div.checkout-content div.buttons div.right{
	width: initial;
	float: none!important;
	margin: 0;
}

div.checkout-content > div.buttons{
	margin: 0 0 15px 0!important;
	float: left;
	width: 100%;
}

div.checkout-heading > a{
	margin-left: 20px;
	text-decoration: underline;
	font-size: 14px;
}

#shipping-address table{
	width: 100%;
	margin-top: 12px;
}

#shipping-address input[type=text]{
	width: 70%;
}

#shipping-address td{
	width:50%;
	padding-bottom: 12px;
}

#confirm table{
	width: 100%;
	margin: 15px;
}

#payment-method div.warning{
	color: rgb(235,0,0);
	margin: 20px 0;
}

#payment-method div.warning img{
	margin-bottom: 10px;
	margin-left: 10px;
}

#button-filter .btnOuter{
	width: 130px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	float: left;
	background: #94C5BF;
	border-radius: 8px;
	height: 26px;
	display: table;
	padding: 7px;
}

#button-filter .btnOuter .inner{
	height: 28px;
	display: table-cell;
	vertical-align: middle;
	border: 1px #FFFFFF dashed;
	border-radius: 6px;
}

.product-info .image img{
	width: 100%;
}

.product-info .description h3{
	margin-top: 0px;
}

.product-grid .price{
	text-align: center;
	line-height: 30px;
}

.product-info .cart .btnSurround input{
	margin: 6px;
	padding: 8px 36px;
	background: #94C5BF;
	border: 1px dashed #FFFFFF;
	color: #FFFFFF;
	border-radius: 4px;
	font-weight: bold;
	cursor: pointer;
	font-size: 16px;
}

#tab-related .box-product > div{
	width: 15%;
	padding-left: 0;
	padding-top: 0;
}

#tab-related .box-product > div img{
	width: 100%;
}

#tab-related .box-product > div .surround{
	display: inline-block;
	background-color: #94C5BF;
	padding: 5px;
	border-radius: 12px;
}

#tab-related .box-product > div .surround a{
	background-color: #94C5BF;
	padding: 2px 17px;
	border-radius: 8px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	border: 1px dashed #FFFFFF;
	font-size: 14px;
}

#returnForm textarea{
	width: 100%;
}

/*#content > div.buttons > div > a{
	background-color: #94C5BF;
	padding: 2px 17px;
	border-radius: 4px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	border: 1px dashed #FFFFFF;
	font-size: 14px;
	margin: 5px;
	text-decoration: none;
}*/

.pagination{
	margin-top: 20px;
	text-align: center;
}

div.pagination > div.links{
	background-color: #94C5BF;
	color: #FFFFFF;
	padding: 7px 4px;
	border-radius: 10px;
	display: inline-block;
}

div.pagination > div.links > b{
	
}

div.pagination > div.links > a{
	color: #FFFFFF;
	padding: 1px 8px;
	text-decoration: none;
	border: 1px dashed #FFFFFF;
	border-radius: 5px;
	margin: 0 1px;
}

div.pagination > div.results{
	margin: 10px 0;
}

#copy{
	font-size: 10px;
	color: #777777;
	width: 100%;
	text-align: right;
}

#content > div.product-filter > div.limit{
	display: inline-block;
}

#content > div.product-filter > div.sort{
	display: inline-block;
	margin-left: 15px;
}

div.buttons > div.right > a{
	margin: 5px 6px;
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border: 1px dashed #FFFFFF;
	border-radius: 5px;
	padding: 4px 15px;
}

div.image-additional a.cboxElement{
	display: inline-block;
	width: 22%;
	margin: 5px 1%;
}

div.image-additional a.cboxElement img{
	max-width: 100%;
}

#menu > ul > li > a.expander,#menu > ul > li > ul > li > a.expander{
	display: none;
}

div.table{
	display: table;
}

div.table-row{
	display: table-row;
	width: 100%;
}

div.table-cell{
	display: table-cell;
}

.checkout > div{
	margin-bottom: 10px;
}

@media (max-width: 1200px){
	#mainHead h1{
		font-size:42px;
	}
	
	#searchBox{
		width:263px;
	}
	
	#searchBox input{
		width:220px;
	}

	#checkoutBox {
		margin: 5px 0;
	}

	.pgWidth{
		width: 84%;
		padding: 0 8%;
	}

	.infoPage p > img{
		max-width: 100%!important;
		max-height: 100%!important;
		height: auto!important;
	}
}

@media (max-width: 990px){
	.pgWidth{
		width: 96%;
		padding: 0 2%;
	}

	.home img {
	  max-width: 400px;
	}

	#menu > ul > li {
	  width: 18%;
	  margin: 0px 1%;
	  font-size: 14px;
	}

	#menu > ul > li > a, #menu > ul > li > a:hover, #menu > ul > li > a:visited {
	  height: 20px;
	}

	.cart-info td.quantity{
		width: 110px;
	}
}

@media (max-width: 720px){
	.home img {
	  max-width: 100%;
	}

	#searchBox {
	  width: 100%;
	  float: none;
	}

	#checkoutBox {
	  text-align: center;
	}

	.button-search {
	  float: right;
	  position: absolute;
	  right: 15px;
	}

	#searchBox input {
	  width: 100%;
	  padding: 5px 0px;
	  text-indent: 10px;
	}

	#checkoutBox {
	  margin: 10px 0;
	}

	#menu{
		height: auto;
	}

	#menu > ul > li {
	  width: 29%;
	  margin: 10px 2%;
	  font-size: 14px;
	}

	#menu > ul > li.CCCC{
		margin-left: 15%;
	}

	#menu > ul > li.CCCCC{
		margin-right: 15%;
	}
	
	.flexslider {
	  margin: 0 0 45px!important;
	}

	.box-product > div {
	  padding: 15px 2%;
	  width: 30%;
	}

	.box-product > div.YYYY {
	  padding-left: 18%;
	  padding-right: 2%
	}

	.box-product > div.YYYYY {
		padding-left: 2%;
		padding-right: 18%;
	}

	.box-product > div.YYY {
	  padding-right: 0;
	}

	#social{
		width:100%!important;
	}

	#footer .column{
		width:50%!important;
	}

	#footer ul {
	  font-size: 12px;
	}

	#footer h3 {
	  font-size: 12px;
	  font-weight: normal;
	}

	#column-left {
	  width: 100%;
	  float: left;
	  margin-right: 0%;
	}

	.ui-accordion {
	  width: 100%;
	  padding: 0;
	}

	#column-left div.box-content ul li {
	  display: block;
	  padding: 0px;
	  border: 1px solid #888888;
	  border-radius: 10px;
	  width: 100%;
	  margin-bottom: 20px;
	}

	#accordion > li > ul {
	  margin-top: 3px;
	  margin: 10px;
	}

	#column-left > div > div.box-content > ul > li > ul > li {
	  display: inline-block;
	  padding: 0;
	  border: none;
	  border-radius: 0px;
	  margin-bottom: 5px;
	  float: left;
	  width: auto;
	}

	#accordion > li > span {
	  margin: 10px 10px;
	  display: block;
	}

	#product {
	  margin-top: 0px;
	}

	#button-filter .btnOuter {
	  margin: 0 auto;
	  float: none;
	}

	#content {
	  float: left;
	  width: 100%;
	  margin-top: 20px;
	}

	div.options select, div.options select:focus {
	  width: 100%;
	}

	div.pagination > div.links > a {
	  color: #FFFFFF;
	  padding: 4px 10px;
	  text-decoration: none;
	  border: 1px dashed #FFFFFF;
	  border-radius: 5px;
	  margin: 0 2px;
	  line-height: 30px;
	}

	div.product-list > div > div.left > div.image img {
	  width: 90%;
	}

	#content > div.content > p > input[name="search"]{
		width: 100%;
		line-height: 18px;
		margin: 10px 0;
	}

	#content > div.content > p > select{
		line-height: 18px;
		height: 24px;
		width: 100%;
		margin: 10px 0;
	}

	#content > div.product-list > div{
		margin-bottom: 10px;
	}

	.cart-info td.image{
		display: none;
	}

	.cart-info td.model{
		display: none;
	}

	.cart-info td{
		padding-bottom: 10px;
	}

	#payment-address input[type=text], #payment-address select {
	  width: 90%;
	}

	#shipping-address input[type=text] {
	  width: 98%;
	}

	#confirm table {
	  width: 100%;
	  margin: 10px 0;
	}
}

@media (max-width: 500px){
	.flexslider{
		display: none;
	}

	ul.dropdown li:hover > ul:not(.js) {
		display: none!important;
		visibility: hidden;
		border-bottom-color:initial!important;
	}

	#menu > ul > li {
	  width: 96%;
	  margin: 10px 2%;
	  font-size: 16px;
	}

	#menu > ul > li.CCCC{
		margin-left: 2%;
	}

	#menu > ul > li.CCCCC{
		margin-right: 2%;
	}

	.box-heading {
	  font-size: 20px;
	  margin-top: 20px;
	  text-align: center;
	  font-weight: bold;
	}

	.box-product > div {
	  padding: 15px 2%;
	  width: 47%;
	}

	.box-product > div.Y {
	  padding-left: 0%;
	  padding-right: 2%
	}

	.box-product > div.YY {
	  padding-left: 2%;
	  padding-right: 0%
	}

	.box-product > div.YYY {
	  padding-left: 0%;
	  padding-right: 2%
	}

	.box-product > div.YYYY {
	  padding-left: 2%;
	  padding-right: 0%
	}

	.box-product > div.YYYYY {
	  padding-left: 0%;
	  padding-right: 2%
	}

	#footer .column{
		width:100%!important;
	}

	#menu > ul > li > a.expander,#menu > ul > li > ul > li > a.expander{
		display: inline-block;
		width: 20px;
		height: 20px;
		padding:0;
		margin:0;
		position: absolute;
		top: 2px;
		right: 0;
		line-height: 20px;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		cursor: pointer;
	}

	ul.dropdown ul.js{
		display: inline-block;
		position: relative;
		float: left;
		padding: 0!important;
		left: 0;
	}

	#menu > ul > li > ul.js > li > ul.js{
		border-radius: 0px;
		border-left: 0px;
		border-right: 0px;
	}

	#menu > ul > li.CCCCC > a.expander{
		display: none!important;
	}

	div.product-grid > div {
	  width: 46%;
	  margin: 2%;
	  float: left;
	}

	#content > div.product-filter > div.sort {
	  display: inline-block;
	  margin-left: 0px;
	  width: 100%;
	  margin-top: 10px;
	}

	div.product-info > div.left {
	  float: left;
	  width: 90%;
	  margin: 0 5%;
	}

	div.product-info > div.right {
	  float: left;
	  width: 90%;
	  margin: 0 5%;
	}

	#tab-related .box-product > div {
	  width: 44%;
	  padding-left: 0;
	  padding-top: 0;
	  margin: 0 2%;
	}

	div.pagination > div.links > a {
	  padding: 3px 10px;
	  margin: 7px 5px;
	  line-height: 30px;
	}

	div.product-list > div > div.left > div.image {
	  float: left;
	  margin-right: 0px;
	  width: 100%;
	}

	div.product-list > div > div.left > div.image img {
	  width: 80%;
	  margin: 0 10%;
	}

	div.product-list > div > div.right {
	  width: 100%;
	  margin-bottom: 15px;
	}

	div.product-list > div > div.left {
		width: 100%;
		margin-bottom: 10px;
	}

	div.product-list div.right div.cart {
	  margin: auto;
	  float: none;
	}

	#content > div.product-list div.left > div.name {
	  width: 100%;
	}

	#content > div.product-list div.left > div.description {
	  width: 100%;
	}

	div.product-list div.right div.price {
	  width: 100%;
	  margin-bottom: 10px;
	}

	.cart-info td.price{
		display: none;
	}

	.checkout-content .left {
	  width: 100%;
	  margin-right: 0%;
	}

	.checkout-content .right {
	  width: 100%;
	  margin-left: 0%;
	}

	#payment-address input[type=text], #payment-address select {
	  width: 98%;
	}

	div.checkout-heading > span{
		width: 100%;
  		display: block;
	}

	div.checkout-heading > a{
		margin-left: 0;
		display: block;
	}

	#shipping-address td {
	  width: 100%;
	  padding-bottom: 12px;
	  display: block;
	}

	#shipping-address > div.checkout-content select{
		width: 100%;
	}

	#confirm{
		font-size: 80%;
	}

	#voucher table.form td{
		width: 100%;
		display: block;
	}

	#voucher table.form td input:not([type=radio]), #voucher table.form td textarea:not([type=radio]){
		width: 100%;
	}
}