html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
}
body {
  margin: 0;
  padding: 0;
  font-family: “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background: none; /*#e1e1e1 url("../image/inz_body_bg.gif") repeat-x;*/
  text-align: center;
}

a, a:visited {
	color: #0961b8;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

/* layout starts here */
#container {
  /*width: 884px;*/
  width: 580px;
  margin: 0px auto;
  text-align: left;
}

div#strip {
  display: none;
}
div#header {
  display: none;
}
div#page {
  /*width: 884px;*/
  width: 580px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: none;
}
div#column_left {
  display: none;
}
div#content {
  width: 580px;
  /*float: left;
  width: 476px;
	position: relative;
	left: 204px;*/
}
div.home {
	/*width: 680px !important; */
	width: 580px !important;
	left: 0px !important;
	background: none;;
}
div#column_right {
  display: none;
}
div#footer {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 100px;
  background: #fefefe url("../image/inz_footer_bg.gif") repeat-x;
  text-align: left;
  position: relative;
}
/* layout ends here */


div#content p a.button_add {
	float: none;
	margin: 10px auto;
	font-size: 120%;
}

/* menu left styling */
ul#menu_left {
  display: none;
}
/* menu left ends here */

/* content styling starts here */
div#content h1 {
  margin: 0;
  padding: 0;
  font-size: 120%;
  color: #666666;
	letter-spacing: 0px;
	font-family: Impact, “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
div#content h1.home {
	height: 48px;
	line-height: 48px;
	background: transparent url("../image/inz_h1_home_icon.png") 10px 7px no-repeat;
	padding-left: 60px;
	color: #849a1b;
	font-family: Impact, “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
div#content h2,div#content h2 a  {
  margin: 0;
  padding: 0px 0px 0px 0px;
  font-size: 100%;
  color: #666666;
	font-family: Impact, “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
div#content h2 a { color: #0961b8; }
div#content h4 {
  margin: 10px 0px;
  padding: 0;
  font-size: 100%;
  color: #666666;
}
div#content p {
  margin: 0;
	padding: 5px 10px 5px 0px;
	line-height: 1.4em;
  color: #666666;
  font-size: 80%;
}
div#content ul li {
	line-height: 1.4em;
  color: #666666;
  font-size: 80%;
}
div#content div.box_content_home {
	float: left;
	width: 325px;
	height: 110px;	
	margin: 5px 0px 5px 10px;
	background: #fcfcfc;
	border-bottom: 4px solid #a4c802;
}
div#content div.box_content_home h3 {
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding-left: 10px;
	background: #ececec;
	color: #849a1b;
	text-transform: uppercase;
	font-size: 90%;
}
div#content div.box_content_home p {
	padding: 10px;
	margin: 0;
	line-height: 1.1em;
}
div#content div.box_content_home p img {
	float: left;
	margin-right: 10px;
}
div#content div.box_content_home p a {
	color: #0961b8;
	font-size: 80%;
	text-decoration: none;
}
div#content div.box_content_home p a:hover { text-decoration: underline; }
div#content div.box_content_home h3 a { color: #849a1b; text-decoration: none; }

div#content div.box_content {
  margin-top: 5px;
  background: #f8f8f8 url("../image/inz_content_box_bg.gif") repeat-x;
	min-height: 130px;
	margin-bottom: 10px;
	position: relative;
}
div#content div.box_content h3 {
  padding: 0px 0px 0px 25px;
  margin: 0;
  min-height: 22px;
  line-height: 21px;
  background: transparent url("../image/inz_content_box_h3_bg.png") 2px 1px no-repeat;
  color: #96aa3d;
  font-size: 85%;
  font-weight: bold;
	letter-spacing: -1px;
	position: relative;
}
div#content div.box_content h3 span {
	position: absolute;
	right: 10px;
	top: 0px;
	font-weight: bold;
	text-transform: uppercase;
	color: #959595;
	font-size: 70%;
}
div.box_content h3 a {
	color: #96aa3d;
	text-decoration: none;
}
div#content div.box_content p {
	padding: 10px;
	font-size: 80%;
}
div#content div.box_content p img {
	float: left;
	margin: 0px 10px 0px 0px;
}
div#content div.box_content p.info {
	clear: both;
	height: 40px;
}
div#content div.box_content p.info span {
	display: block;
	width: 157px;
	height: 40px;
	line-height: 40px;
	background: #d9d9d9;
	color: #fdfdfd;
	padding-left: 70px;
	font-weight: bold;
}
div#content div.box_content p.sub_info {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	left: 100px;
	font-size: 50%;
	text-align: right !important;
}
div#content div.box_content p.pbuttons span {
	display: block;
	width: 166px;
	margin: 5px auto 5px auto;
	height: 21px;
	border: 1px solid #dbdbdb;
	background: transparent url("../image/inz_product_button_bg.gif") repeat-x;
}
div#content div.box_content p.pbuttons span a {
	display: block;
	padding-left: 30px;
	line-height: 21px;
	color: #1e62ab;
	text-decoration: none;
	font-size: 80%;
}
div#content div.box_content p.pbuttons span a:hover { font-weight: bold; }
div#content div.box_content p.pbuttons span a.reply { background: transparent url("../image/inz_icon_reply.png") no-repeat 5px 1px; }
div#content div.box_content p.pbuttons span a.related { background: transparent url("../image/inz_icon_related.png") no-repeat 5px 0px; }
div#content div.box_content p.pbuttons span a.print { background: transparent url("../image/inz_icon_print.png") no-repeat 5px 0px; }
div#content div.box_content p.pbuttons span a.wrong { background: transparent url("../image/inz_icon_wrong.png") no-repeat 5px 0px; }
div#content div.box_content p.info span.price { background: #d9d9d9 url("../image/inz_money_icon.png") 30px 5px no-repeat; }
div#content div.box_content p.info span.detail { background: #d9d9d9 url("../image/inz_detail_icon.png") 30px 5px no-repeat; }
div#content div.box_content p.info span.detail a { color: #fdfdfd; text-decoration: none; }
div#content div.box_content p.info span.detail a:hover { color: #454545; }
.left {
  float: left;
  width: 387px;
}
.right {
  float: right;
  width: 186px;
}

/* content styling ends here */

/* column styling starts here */
div.box {
  display: none;
}
div#attention {
  display: none;
}
/* column styling ends here */

#breadcrumb {
	display: none;
}

/* Pagination */
div#page div#content div.pagination {
	display: inline-block;
	width: 100%;
	background: #b5da11;
	border: 1px solid #000;
	font-size: 60%;
}
div#page div#content div.pagination .links, .pagination .results {
	padding: 7px;
}
div#page div#content div.pagination .links {
	float: left;
}
div#page div#content div.pagination .links a {
	border: 1px solid #575757;
	padding: 2px 4px;
	text-decoration: none;
	color: #000000;
}
div#page div#content div.pagination .links b {
	border: 1px solid #575757;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
div#page div#content div.pagination .results {
	float: right;
}
div#page div#content div.box_gen {
	background: #F7F7F7; 
	border: 1px solid #DDDDDD; 
	padding: 10px; 
	margin-bottom: 10px;
}
/* Pagination ends */

/* sort */
div#content div.sort {
	margin-bottom: 10px;
	background: #b5da11;
	border: 1px solid #000;
}
div#content div.sort p {
	text-align: right;
	margin: 0;
	padding: 4px;
	font-size: 70%;
}
div#content div.sort p label {
	color: #000;
}
div#content div.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
/* sort ends */

/* content search box */
div#content div#content_search {
	background: #F7F7F7; 
	border: 1px solid #DDDDDD; 
	padding: 10px; 
	margin-top: 3px; 
	margin-bottom: 10px;
}
/* content search box ends */

/* form box */
div#content div.form p {
	margin: 0;
	padding: 0;
}
div#content div.form p label {
	color: #000;
}
/* search box ends */

/* footer styling starts here */
div#footer div#footer_content {
  width: 580px;
  margin: 0px auto;
  font-size: 70%;
  position: relative;
}
div#footer div#footer_content span#footer_logo {
  position: absolute;
  z-index: 100;
  top: 60px;
  left: 0px;
}
div#footer div#footer_content p, div#footer div#footer_content a {
  color: #696969;
}
div#footer div#footer_content p.links { margin-left: 220px; }
div#footer div#footer_content p.links a { color: #268af0; }
/* footer styling ends here */



/* form styling */
form, div.form {
	padding: 0;
	margin: 0;
}
div.form {
	padding: 10px 10px 10px 10px;
}
form fieldset {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
form fieldset legend {
	color: #cccc00;
	font-weight: bold;
}
form fieldset p, div.form p {
	padding: 5px 0px 5px 0px !important;
}
form fieldset p label, form fieldset span.label, div.form p label, div.form span.label {
	display: inline-block;
	vertical-align: top;
	width: 150px;
}
form fieldset p label.norm, div.form p label.norm { display: inline; width: auto; }
form fieldset p textarea, div.form p textarea { font-size: 90%; }
form fieldset p img#captcha, div.form p img#captcha { margin-left: 155px !important; }
label { color: #666666 !important; font-size: 90% !important; }
input, textarea, select { border: 1px solid #93b006; background: #fff; padding: 2px; color: #666666; }
/* end form styling */


.success {
	padding: 5px !important;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 90%;
	font-weight: bold;
	color: #000 !important;
}
.warning {
	padding: 5px !important;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 90%;
	color: #f00 !important;
	font-weight: bold;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
	font-size: 70%;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
p.buttons {
	background: transparent;
	border: 0px solid #DDDDDD;
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
	text-align: right !important;
	color: #000 !important;
}
p.buttons input {
	padding: 0px;
	margin: 0px;
}
p.buttons a b { color: #000 !important; }

.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 5px;
}
.list1 {
	width: 100%;
	color: #666666;
}
.list1 td {
	text-align: center;
	vertical-align: valign;
	font-size: 80%;
	text-align: left;
}
.list1 td.leftp {
	text-align: right;
}
.list td a, .list1 td a {
	font-size: 70%;
	color: #0961b8;
	text-decoration: none;
}
.list1 td a.remove {
	font-size: 90%;
	color: #f00;
	font-weight: bold;
}
.list td a:hover, .list1 td a:hover { text-decoration: underline; }


.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 70%;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
.tab_page p {
	color: #000 !important;
}

#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
}
.cart th {
	background: #EEEEEE;
}
.cart td {
	color: #fff;
	padding: 4px;
	font-size: 90%;
	
}

/* general styling */
.clear { clear: both; height: 1px; }
.clear1 { clear: both; }
.marginRight0 { margin-right: 0px !important; }
.padding_left10 { padding-left: 10px !important; }
.white_text { color: #fff !important; }
.black_text { color: #000 !important; }
.red_text { color: #f00 !important; }
.align_center { text-align: center !important; }
.align_justify { text-align: justify !important; }
.align_right { text-align: right !important; }
.bold { font-weight: bold !important; }
.smaller_text { font-size: 70% !important; }
.smaller_text a { font-size: 100% !important; }
.normal_text { font-weight: normal !important; }
.float_left { float: left; }
.float_right { float: right; }
.no_print { display: none !important; }