/* CSS Document */
.main_bg {
	background-color: #ebf0f5;
}
.main_top {
	background-color: #002147;
	height: 40px;
}
#page {
	width: 980px;
	padding: 0px;
	margin: 0px auto;
}
a img, img {
	border: 0;
}
a.linkopac img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a.linkopac:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.header {
	padding: 5px 0;
}
.store_bg {
	width: 980px;
	padding-top: 5px;
}
.center_panel {
	width: 980px;
	float: right;
	margin-left: 10px;
}
.btm_cat {
	margin: 10px 0;
}
.btm_cat a {
	margin-right: 5px;
}
a.cat3 {
	margin-right: 0;
}
.btm_cat1 {
	margin-bottom: 5px;
}
/********pc tabs***********/
.footer_bg {
	background-color: #002147;
	height: 25px;
	margin-top: 15px;
}
.btm_cat, .pc_img_section {
	display: block;
}
/*** Common Styles Starts ***/
.main_bg > div {
	font-family: 'Arapey', serif;
	font-size: 13px;
}
.clear {
	clear: both
}
.title_img {
	background-color: #ffffff;
	padding-bottom: 10px;
}
#item_title {
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	color: #4589bf;
	padding: 15px 10px;
	font-weight: 400;
	text-transform: uppercase;
}
.item_desc {
	text-align: center;
	font-size: 23px;
	color: #ffffff;
	padding: 4px;
	margin-bottom: 10px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #002147;
}
.item_desc2 {
	text-align: center;
	font-size: 23px;
	color: #ffffff;
	padding: 4px;
	margin-bottom: 10px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #BB133E;
}
.item_desc span, .item_desc2 span {
	padding: 2px 0;
	border-top: 1px solid #d9e1ea;
	border-bottom: 1px solid #d9e1ea;
	text-align: center;
	display: block;
}
.description {
	margin-top: 20px;
}
.desc, .desc p {
	font-size: 12px;
	color: #3c3b3b;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0;
	font-weight: 400;
}
.desc p, .desc ul {
	padding: 0 !important
}
.desc li {
	font-size: 12px;
	color: #3c3b3b;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-left: 15px;
	font-weight: 400;
}
.desc2, .desc2 p {
	font-size: 12px;
	color: #3c3b3b;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0;
	font-weight: 400;
}
.desc2 p, .desc2 ul {
	padding: 0 !important
}
.desc2 li {
	font-size: 12px;
	color: #3c3b3b;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-left: 15px;
	font-weight: 400;
}

/*** Common Styles End ***/
@media screen and (max-width:640px) {
a img, div img, img {
	max-width: 100%;
}
a img, img {
	border: 0;
}
.main_bg {
	background-color: #ebf0f5;
}
#page {
	width: 100%;
	margin: 0px auto;
}
.btm_cat, .pc_img_section {
	display: none;
}
.main_top {
	height: 15px;
}
.header {
	padding-bottom: 0px;
}
#item_title {
	padding: 15px 0;
}
.description {
	padding-bottom: 15px;
}
.desc {
	padding-left: 5px;
}
.main_top {
	background-color: #002147;
	height: 15px;
}
.footer_bg {
	background-color: #002147;
	height: 15px;
	margin-top: 10px;
}
}