body, html, div, p, ul, li, h1, h2, h3, h4, h5, h6, img, form, a, span {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;        
}
#header {
	width: 100%;
	height: 100%; /*356px; */
	padding: 0;
	/*margin: 45px 0 0 0;  */
	display: block;
	clear: both;
	z-index: 999;
	position: relative;
	top: 0;
}
#header #images {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	display: block;
	position: absolute;
	z-index: 100;
	text-align: center;
}
#header #greyover {
	background: url('../images/title_bottom_overlay.png') 0 0 repeat-x;
	width: 100%;
	height: 5px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 900;
	font-size: 0;
	line-height: 0;
}
#header #contain {
	width: 963px;
	height: 356px;
	padding: 0;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 800;
}
#header #contain #company {
	background: #fff;
	padding: 11px 13px 5px 13px;
	margin: 0;
	display: block;
	clear: both;
	position: absolute;
	top: -25px;
	left: 2px;
	font-family: lato, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #222;
	text-decoration: none;
	-webkit-box-shadow: 4px 4px 1px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 4px 4px 1px rgba(50, 50, 50, 0.55);
	box-shadow: 4px 4px 1px rgba(50, 50, 50, 0.55);
}
#header #contain #heading {
	background: #fff;
	width: 963px;
	height: 75px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;	
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#header #contain #heading #breadcrumb {
	background: url('../images/breadcrumb.png') 4px 50% no-repeat;
	height: 26px;
	padding: 0 0 0 104px;
	margin: 0;
	display: block;
	clear: both;
	font-family: lato, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5a5b5d;
	text-decoration: none;
	line-height: 26px;
	text-align: left;
	cursor: default;
	position: relative;
}
#header #contain #heading #breadcrumb div.langs {
	/*width: 120px;*/
	height: 18px;
	display: inline-block;
	float: right;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
}
#header #contain #heading #breadcrumb div.langs a, #header #contain #heading #breadcrumb div.langs a:hover {
	padding: 0 3px 0 0;	
	float: right;
}
#header #contain #heading #breadcrumb a.back, #header #contain #heading #breadcrumb a.back:hover {
	background: #f1f1f1;
	width: 80px;
	height: 16px;
	display: inline-block;
  float:right;
	padding: 1px;
	margin: 0;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	font-family: lato, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	line-height: 15px;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#breadcrumb a.login, #breadcrumb a.login:hover {
	background: #f1f1f1;
	width: 80px;
	height: 16px;
	display: inline-block;
	float:right;
	padding: 1px;
	margin: 0;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	font-family: lato,Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	line-height: 15px;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#header #contain #heading #title {
	background-image: url('../images/title_overlay.png');
	background-position: 0 100%;
	background-repeat: repeat-x;
	height: 35px;
	padding: 14px 0 0 14px;
	margin: 0;
	display: block;
	clear: both;
	font-family: lato, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: left;
	cursor: default;
}

#container {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	display: block;
	clear: both;	
}
#navigation {
	background: url('../images/navigation.png') 0 50% no-repeat;
	width: 242px;
	min-height: 352px;
	height: auto !important;
	height: 352px;
	margin: 20px 0 0 20px;
	padding: 0 9px 10px 7px;
	display: block;
	top: 353px;
	position: absolute;
	z-index: 999;
}
#navigation div.nav_top {
	background: url('../images/navigation_top.png') 50% 0 no-repeat;
	width: 258px;
	height: 13px;
	padding: 0;
	margin: 0 auto;
	display: block;
	position: absolute;
	z-index: 900;
	top: -4px;
	left: 0;
}
#navigation div.nav_bottom {
	background: url('../images/navigation_bottom.png') 50% 0 no-repeat;
	width: 258px;
	height: 13px;
	padding: 0;
	margin: 0 auto;
	display: block;
	position: absolute;
	z-index: 900;
	bottom: -4px;
	left: 0;
}
#navigation div.fblike {
	min-height: 20px;
	height: auto !important;
	height: 20px;
	width: 220px;
	padding: 11px 0 4px 0;
	margin: 0 auto;
	text-align: center;
	display: block;
	clear: both;
	border-bottom: 1px #f7f6f3 solid;
}
#navigation div.logo {
	padding: 10px 0 10px 0px;
	margin: 0 auto;
	text-align: center;
	display: block;
	clear: both;	
}
#navigation div.logolink {
	padding: 10px 0 10px 0px;
	margin: 0 auto;
	text-align: center;
	display: block;
	clear: both;	
}
#navigation div.logolink a{
	position: relative;
	left:-25px;
}
#navigation div.logolink a:hover {
	background: #f3f3f3 url('../images/navigation_arrow.png') 98% 50% no-repeat;
}
#navigation div.logolink a.selected, #navigation div.logolink a.selected:hover {
	background: #f3f0ea url('../images/navigation_arrow.png') 98% 50% no-repeat !important;
}
#navigation a, #navigation a:hover {
	padding: 4px 0 4px 25px;
	margin: 0 0 3px 0;
	display: block;
	clear: both;
	font-family: lato, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation a:hover {
	background: #f3f3f3 url('../images/navigation_arrow.png') 98% 50% no-repeat;
}
#navigation a.selected, #navigation a.selected:hover {
	background: #f3f0ea url('../images/navigation_arrow.png') 98% 50% no-repeat !important;
}
#navigation span, #navigation span:hover {
	padding: 4px 0 4px 25px;
	margin: 0 0 3px 0;
	display: block;
	clear: both;
	font-family: lato, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
        cursor: pointer;
        cursor: hand;
}
#navigation span:hover {
	background: #f3f3f3 url('../images/navigation_arrow.png') 98% 50% no-repeat;
}
#navigation span.selected, #navigation span.selected:hover {
	background: #f3f0ea url('../images/navigation_arrow.png') 98% 50% no-repeat !important;
}

#menu_bar div.menu_logo, #menu_bar div.menu_logo:hover {
	padding: 1px 0 0px 1px;
	margin: 0 0 3px 0;
	display: block;
        float:left;
	font-family: lato, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
        cursor: pointer;
        cursor: hand;
}

#heading div.menu_logo, #heading div.menu_logo:hover {
	padding: 0 0 0 0;
        margin: 0 0 0 0;
        display: block;
        float: left;
        font-family: lato, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
        cursor: hand;
        position: relative;
        top: -12px;
}
#heading div.menu_text, #heading div.menu_text:hover {
	padding: 1px 0 0px 1px;
        margin: 0 0 3px 0;
        display: block;
        float: left;
        font-family: lato, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
        cursor: hand;
        position: relative;
        top: 0px;
}

div.module {
	background-image: url('../images/module_background.png');
	background-position: 0 0;
	background-repeat: repeat-x;
  width: 99%;
	padding: 0px 5px 6px 5px;
	margin: 0 0 22px 0;
	/*display: none;*/
	clear: both;
	/*border: 1px #b8b9b9 solid;    */
	font-family: lato, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	line-height:1.6;
}
.module img {
	/* margin: 10px;    */
}
.topmodule {
	border-top: 0 !important;
/*	background-position: 0 -6px !important; */
/*	padding-top: 14px !important; */
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	
}
.middlemodule {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
}
.bottommodule {
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	
}
.fullwidth {
	width: 921px !important;
	padding: 14px 20px 6px 20px !important;	
}
.view{
display: block;
}
.hide{
display: none;
}

div.title {
	font-family:  lato, Trebuchet MS, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding: 0;
	margin: 0 0 8px 0;
	display: block;
	clear: both;	
}
p {
	font-family:  lato, Trebuchet MS, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #333;
	text-decoration: none;
	padding: 0;
	margin: 0 0 0 0;
	display: block;
	line-height:1.6;
}

#products p.item {
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	margin: 0 0 14px 0;
	display: block;
	line-height:1.6;
}
div.galleryPreload {
	height: 0;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	position: relative;
	overflow: hidden;	
}
div.galleryWrap {
	width: 625px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	position: relative;
	text-align: center;
}
div.gallery {
	width: 625px;
	width: auto !important;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	padding: 5px;
	margin: 10px 0 12px 0;
	display: block;
	clear: both;
	border: 1px #e4e4e4 solid;
	position: relative;
	text-align: center !important;
}
a.back_to_top, a.back_to_top:hover {
	background: url('../images/back_to_top.png') 100% 50% no-repeat;
	height: 20px;
	padding: 0;
	margin: 6px 0 0 0;
	display: block;
	clear: both;
	border: 0;
	outline: none;
	text-decoration: none;
}
div.gallery div.image {
	width: 600px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	position: relative;
	overflow: hidden;
	text-align: center !important;
	z-index: 700;
}
div.gallery div.thumbs {
	background: #111111;
	width: 543px;
	height: 42px;
	padding: 10px 40px 0 40px;
	margin: 0;
	display: block;
	clear: both;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 800;
	overflow: hidden;
}
div.gallery div.thumbs div.thumbreel {
	width: 530px;
	height: 38px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	position: absolute;
	bottom: 5px;
	left: 54px;
	z-index: 800;
	overflow: hidden;
}
div.gallery div.thumbs div.thumbreel ul {
	margin: 0;
	padding: 0;
	display: block;
}
div.gallery div.thumbs div.thumbreel li {
	width: 49px;
	height: 34px;
	margin: 0 10px 0 0;
	padding: 0;
	display: inline-block;
	float: left;
	position: relative;
	overflow: hidden;
}
div.gallery div.thumbs a.thumb, div.gallery div.thumbs a.thumb:hover {
	width: 45px;
	height: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	opacity: 0.5;
	border: 2px #ddd solid;
}
.thumbselected {
	opacity: 1.0 !important;
}
div.gallery div.thumbs img {
	margin: 0;
}
div.gallery div.thumbs a.left, div.gallery div.thumbs a.left:hover {
	background: url('../images/gallery_buttons.png') 0 0 no-repeat;
	width: 21px;
	height: 36px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	top: 9px;
	left: 12px;	
	z-index: 999;
}
div.gallery div.thumbs a.right, div.gallery div.thumbs a.right:hover {
	background: url('../images/gallery_buttons.png') -21px 0 no-repeat;
	width: 21px;
	height: 36px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	top: 9px;
	right: 12px;
	z-index: 999;
}
a.mainimagelink, a.mainimagelink:hover, .mainimage {
	display: block;
	margin: 0 auto !important;
	float: none !important;
}

#menu_bar {
    background-image: url('../images/title_overlay.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
    height: 35px;
    padding: 14px 0 0 14px;
    margin: 0;
    display: block;
    clear: both;
    font-family: lato, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    text-align: left;
    cursor: default;
    background-color: #8B8B8B;
}
#menu_bar div.nav_top {
	background: url('../images/navigation_top.png') 50% 0 no-repeat;
	width: 258px;
	height: 13px;
	padding: 0;
	margin: 0 auto;
	display: block;
	position: absolute;
	z-index: 900;
	top: -4px;
	left: 0;
}
#menu_bar div.nav_bottom {
	background: url('../images/navigation_bottom.png') 50% 0 no-repeat;
	width: 258px;
	height: 13px;
	padding: 0;
	margin: 0 auto;
	display: block;
	position: absolute;
	z-index: 900;
	bottom: -4px;
	left: 0;
}
#menu_bar div.fblike {
	min-height: 20px;
	height: auto !important;
	height: 20px;
	width: 220px;
	padding: 11px 0 4px 0;
	margin: 0 auto;
	text-align: center;
	display: block;
	clear: both;
	border-bottom: 1px #f7f6f3 solid;
}
#menu_bar div.logo {
	padding: 10px 0 10px 0px;
	margin: 0 auto;
	text-align: center;
	display: block;
	clear: both;
}
#menu_bar div.logolink {
	padding: 10px 0 10px 0px;
	margin: 0 auto;
	text-align: center;
	display: block;
	clear: both;
}
#menu_bar div.logolink a{
	position: relative;
	left:-25px;
}
#menu_bar div.logolink a:hover {
	background: #f3f3f3 url('../images/navigation_arrow.png') 98% 50% no-repeat;
}
#menu_bar div.logolink a.selected, #menu_bar div.logolink a.selected:hover {
	background: #f3f0ea url('../images/navigation_arrow.png') 98% 50% no-repeat !important;
}
#menu_bar a, #navigation a:hover {
	padding: 4px 0 4px 25px;
	margin: 0 0 3px 0;
	display: block;
	clear: both;
	font-family: lato, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
#menu_bar a:hover {
	background: #f3f3f3 url('../images/navigation_arrow.png') 98% 50% no-repeat;
}
#menu_bar a.selected, #menu_bar a.selected:hover {
	background: #f3f0ea url('../images/navigation_arrow.png') 98% 50% no-repeat !important;
}
#menu_bar span, #menu_bar span:hover {
	padding: 4px 0 4px 25px;
	margin: 0 0 3px 0;
	display: block;
	/*clear: both;*/
	font-family: lato, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
        cursor: pointer;
        cursor: hand;
        float:left;
        width: 120px;
}
#menu_bar span:hover {
	background: #f3f3f3 url('../images/navigation_arrow.png') 98% 50% no-repeat;
}
#menu_bar span.selected, #menu_bar span.selected:hover {
	background: #f3f0ea url('../images/navigation_arrow.png') 98% 50% no-repeat !important;
}

div.enquire {
	background: url('../images/form_bg.png') 50% 0 no-repeat;
	padding: 12px 0 0 0px;      /* was 135px left*/
	margin: 6px 5px 0 0;
	display: block;
	clear: both;
	border-bottom: 2px #efece8 solid;	
}
div.enquire input, div#shopping_checkout input {
	background: #eaeff2;
	width: 100%;
	padding: 8px;
	margin: 0 6px 5px 0;
	display: inline-block;
	float: left;
	font-family: lato, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	border: 1px #e6e9eb solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div.widename input {
	background: #eaeff2;
	width: 100%;
	padding: 8px;
	margin: 0 6px 5px 0;
	display: inline-block;
	clear: both;
	font-family: lato, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	border: 1px #e6e9eb solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div.widesecurity input {
	background: #eaeff2;
	width: 55%;
	padding: 8px;
	margin: 0 6px 5px 0;
	display: inline-block;
	clear: none;
	font-family: lato, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	border: 1px #e6e9eb solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div.enquire textarea {
	background: #eaeff2;
	width: 100%;
	height: 80px;
	padding: 8px;
	margin-bottom: 10px;
	display: block;
	clear: both;
	font-family: lato, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	border: 1px #e6e9eb solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div.enquire button {
	background: url('../images/button_submit.jpg') 0 0 no-repeat !important;
	width: 50px !important;
	height: 33px !important;
	padding: 0 !important;
	margin: 0 !important;
	display: inline-block !important;
	clear: none !important;
	cursor: pointer !important;
	border: 0 !important;
	outline: none !important;
}

div.contact_wrap {
	padding: 0 0 4px 0;
	margin: 0;
	display: block;
	clear: both;
	border-bottom: 2px #efece8 solid;		
}
div.contact_map {
	padding: 12px 0 0 0;
	margin: 12px 0 0 0;
	display: block;
	clear: both;
	border-top: 2px solid #EFECE8;
}
div.enquire_contact {
	width: 320px;
	padding: 6px 0 0 0;
	margin: 6px 0 0 0;
	display: block;
	float: left;
}
div.enquire_contact input {
	background: #eaeff2;
	width: 266px;
	padding: 8px;
	margin: 0 0 5px 0;
	display: block;
	clear: both;
	font-family: lato, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	border: 1px #e6e9eb solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div.enquire_contact textarea {
	background: #eaeff2;
	width: 266px;
	height: 100px;
	padding: 8px;
	margin: 0;
	display: block;
	clear: both;
	font-family: lato, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	border: 1px #e6e9eb solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div.enquire_contact button {
	background: url('../images/button_submit.jpg') 0 0 no-repeat !important;
	width: 50px !important;
	height: 33px !important;
	padding: 0 !important;
	margin: 0 !important;
	display: inline-block;
	clear: right;
	cursor: pointer !important;
	border: 0 !important;
	outline: none !important;
}
div.contact_address {
	width: 410px;
	padding: 6px 0 0 0;
	margin: 6px 0 0 0;
	display: block;
	float: left;
	font-family: lato, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
div.contact_address td.label {
	color: #888;	
}
div.contact_address a.button_see_location, div.contact_address a.button_see_location:hover, a.button_see_location, a.button_see_location:hover {
	background: url('../images/button_see_location.png') 0 0 no-repeat;
	width: 183px;
	height: 25px;
	padding: 0;
	margin: 260px 0 0 0;
	display: block;
	clear: both;	
}

div.error {
	background-color: #FFC4BB;
	background-image: -moz-linear-gradient(#ffc4bb, #ff7d6a);
	width: 92%;
	min-height: 17px;
	height: auto !important;
	height: 17px;
	padding: 8px 35px 8px 8px;
	margin: 0 auto;
	font: 13px/17px Tahoma,Geneva,sans-serif;
	line-height: 14px;
	display: block;
	position: absolute;
	z-index: 999;
	top: 5px;
  cursor: default;
	border: 1px #ff6f59 solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.success {
	background-color: #b6d857;
	background-image: -moz-linear-gradient(#b6d857, #89ae28);
	width: 92%;
	min-height: 17px;
	height: auto !important;
	height: 17px;
	padding: 8px 35px 8px 8px;
	margin: 0 auto;
	font: 13px/17px Tahoma,Geneva,sans-serif;
	line-height: 14px;
	display: block;
	position: absolute;
	z-index: 999;
	top: 5px;
	cursor: default;
	border: 1px #4a8b00 solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.activelink {
	cursor: pointer;	
}
.clearfix {
	padding: 0;
	margin: 0;
	display: block;
	clear: both;	
}

/* PayPal */
#error {
	background: #fedede;
	padding: 4px;
	margin: 0 0 4px 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #222;
	text-decoration: none;
	border: 1px #e36666 solid;
}
a.continue, a.continue:hover, input.continue {
	background: #780948;
	width: auto;
	height: 25px;
	margin: 0;
	padding: 0 8px 0 8px;
	display: inline-block;
	clear: both;
	font-family: lato, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0;
	cursor: pointer;
}
.itemTitle {
	width: 300px;
	font-family: lato, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding: 4px;
	border: 1px #ccc solid;
}
.itemDescription {
	width: 300px;
	height: 130px;
	font-family: lato, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding: 4px;
	border: 1px #ccc solid;
}
.itemPrice {
	width: 60px;
	font-family: lato, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding: 4px;
	border: 1px #ccc solid;
}

/* Shopping */
div.item {
	min-height: 60px;
	height: auto !important;
	padding: 4px 0 0 0;
	margin: 0 0 6px 0;
	display: block;
	border-bottom: 1px #ccc dashed;
}
div.item_choose {
	display: block;
	float: left;
	width: 40px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;	
}
div.item_info {
	display: block;
	width: 98%;
	min-height: 60px;
	height: auto !important;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
	/*border-left: 1px #ccc dotted;	*/
}
div.item div.item_title {
	font-family: lato, Helvetica, sans-serif;
	font-size: inherit;
	font-weight: bold;
	padding: 0 0 3px 0;
	margin: 0;
	display: block;
}
div.item div.item_description {
	font-family: lato, Helvetica, sans-serif;
	font-size: inherit;
	font-weight: normal;
	padding: 0 0 4px 0;
	margin: 0;
	display: block;
}
div.item div.item_price {
	font-family: lato, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0 2px 0;
	margin: 0;
	display: block;
}
div.item_image {
	display: block;
	min-height: 60px;
	height: auto !important;
	margin: 5px;
	padding: 0;
	text-align: left;
	position: relative;
	z-index: 999;
	cursor: default;
}
div.item_image a span {
	display: none;
}
div.item_image a:hover span {
	background: #fff;
	width: 380px;
	height: 380px;
	padding: 5px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	border: 1px #ccc solid;
	text-align: center;
}
a.button, a.button:hover {
	padding: 5px;
	margin: 0;
	display: inline-block;
	font-family: lato, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: #222;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
}
.item_gallery{
	width:950px; 
	position:absolute; 
	left:25%; top:5%; 
	margin: 0 auto; 
	z-index:1003; 
	display:none;
	border:20px solid #fff; 
	border-radius:5px; 
	-moz-border-radius:5px; 
	-o-border-radius:5px; 
	-webkit-border-radius:5px; 
	position:fixed;
	height:900px;
}
.close_form{  
	position:absolute; 
	top:-50px; 
	right:-30px; 
	color:#FFF; 
	z-index:1005;
}
#shadow_form{ 
width:100%; 
min-height:100%; 
background:#000; 
position:absolute; 
left:0px; 
top:0px; 
position:fixed;
z-index:1001; 
display:none;
opacity:0.6;
filter:alpha(opacity=60);
}

@media screen and (max-width: 624px) {
 div.gallery div.thumbs {
        display:none!important}
    div.gallery div.image {
    width: 100%;}
    div.galleryWrap {
    width: 100%!important }}

@media screen and (min-width: 624px) {
    
    div.gallery div.thumbs {
    width: 100%;}
    div.gallery div.image {
        width: 600px!important;}
div.galleryWrap {
    width: 625px!important }}