a, a:visited {
	color: #39c;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #39c;
	background: inherit;
	text-decoration: underline;
}

.categories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #666;
}

.categ_smry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #333;
}

.contact_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #333;
}

.contact_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}

.contact_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #4c4c4c;
	text-align:justify;
}

.products {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #999999;
	text-align:justify;
}
.prod_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	color: #C61031;
}
.contact_us {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: Bold;
	color: #39c;
}
.pr_categ {
	font-family: Arial, Helvetica, sans-serif;
	color: #39C;
	font-size: 24px;
	font-weight: bold;
}
.pr_categ_img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: Bold;
	text-align: center;
	color: #C61031;
}
.pr_categ_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #000000;
}
.pr_detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-align: left;
	color: #666;
}
.pr_detail_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.pr_detail_02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.pr_detail_03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
#storeCategory {
	float: left;
	clear: right;
	padding-bottom: 20px;
	padding-left: 22px;
	margin-top: -20px;
	position: relative;
}


#div_categ {
	width: 118px;
	clear: right;
	text-align: left;
	float: left;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCC;
	clear: left;
	position: relative;
}

#div_prod {
	clear: right;
	padding-bottom: 20px;
	padding-left: 30px;
	float: left;
	width: 580px;
	position: relative;
}

#div_pr_categ {
	float: left;
	width: 55%;
	padding: 0px, 15px, 10px, 0px;
}
#div_pr_categ_img {
	float: right;
	width: 44%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: right;
}
#div_pr_detail {
	float: left;
	width: 100%;
}
#div_pr_detail_01{
	float: left;
	width: 50%;
    padding: 5x, 12px, 5px, 12px;
	background-attachment: fixed;
	background: url('../images/product_bg.jpg') no-repeat;
	background-position:center;
	text-align: center;
	height: 335px;
}
#div_pr_detail_02{
	float: left;
	width: 50%;
	padding: 5x, 12px, 5px, 12px;
	background-attachment: fixed;
	background: url('../images/product_bg.jpg') no-repeat;
	background-position:center;
	text-align: center;
	height: 335px;
} 

/* Add buttons */

#ad_btn_main {
   cursor: pointer;
   width:170px;
   height: 120px;
   padding: 0px 0px 0px 0px;
   background: url('../images/btn_ad.png') no-repeat;
}
#ad_btn_hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	padding: 7% 0% 0% 0%;
}
#ad_btn_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 7% 0% 0% 0%;
}

#ad_btn_bg_top {
   background: url('../images/index_v2_11.png') no-repeat;
}

#ad_btn_bg_middle {
   background: url('../images/index_v2_12.png') no-repeat;
}

#ad_btn_bg_bottom {
   background: url('../images/index_14.png') no-repeat;
}



/* start - table */
.table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid black;
	margin: 10px;
}

.th strong {
	color: #fff;
}
.th {
	background: #C61031;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid black;					/* #B6D59A; */
	border-bottom: 2px solid black;					/* #FFF;    */
}
.tr {
	height: 30px;
}
.td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid black;
	border-bottom: solid 1px black;
}

/*.td.first, .th.first {
	background: #C61031;
	color: #FFF;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	padding-right: 4px;
	width: 56px;
	border-left: 1px solid black;
} */
.size_price {
	background: #C61031;
	color: #FFF;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: lighter;
	text-align: right;
	padding-right: 4px;
	width: 56px;
	border-left: 1px solid black;
}
.tr.row-a {
	background: #F8F8F8;
}
/* .tr.row-b {
	background: #CCCCCC;
} */
.row-b {
	background: #CCCCCC;
}
/* end - table */

.terms_hdr {
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.terms_dtl {
	font-family: Calibri;
	font-size: 12px;
	color: #666666;
}

