/* CSS Document */

body{
margin:0px;
padding:0px;
background-image: url(../images/main-bg.gif);
background-repeat:repeat-x;
background-position: left top;
background-color:#000000;
}
.productbg{
background-image:url(../images/product-bg.gif);
background-repeat:no-repeat;
height:173px;
width:142px;
}
.productbgnew{
background-image: url(../images/product-bg-big.gif);
background-repeat:no-repeat;
height:173px;
width:190px;
}
.productBigBg{
background-image: url(../images/product-big-bg.gif);
background-repeat:no-repeat;
height:340px;
width:142px;
}


.contentpart{
margin:0px;
padding:0px;
background-image: url(../images/contentpart.gif);
background-repeat:no-repeat;
background-position: left top;
}

.whiteFont{
font-family:Tahoma, Arial, Impact;
font-size:11px;
color:#FFFFFF;
line-height: 16px;
}

.commonFont{
font-family:Tahoma, Arial, Impact;
font-size:11px;
color:#212121;
line-height: 16px;
}

.commonFontBold{
font-family:Tahoma, Arial, Impact;
font-size:11px;
color:#212121;
line-height: 16px;
font-weight:bold;
}
.redColor{
font-family:Tahoma, Arial, Impact;
font-size:11px;
color:#AF052D;
line-height: 16px;
font-weight:bold;
}

.hd1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#AF052D;
	line-height: 16px;
	font-weight:bold;
	text-transform: uppercase;
}
.link {font-family:Tahoma, Arial, Impact; color: #212121; font-size:11px; font-weight:bold;}		/* Copyright */
.link:link, .link:visited { color: #000000; text-decoration: none;}
.link:hover {color: #212121; text-decoration: underline;}



.whitelink {font-family:Tahoma, Arial, Impact; color: #F2F2F2; font-size:11px;}		/* Copyright */
a.whitelink:link, a.whitelink:visited { color: #F2F2F2; text-decoration: none;}
a.whitelink:hover {color: #F2F2F2; text-decoration: underline;}


.gray {font-family:Tahoma, Arial, Impact; color: #121212; font-size:11px;}		/* Copyright */
a.gray:link, a.gray:visited { color: #121212; text-decoration: none;}
a.gray:hover {color: #8E8C8C; text-decoration: underline;}

.input{
font-family:Tahoma, Arial, Impact;
font-size:11px;
color:#212121;
border: solid 1px #D8D8D8;
padding-top:4px;
padding-bottom:4px;
padding-left:3px;
width:250px;
}

.button{
font-family:Tahoma, Arial, Impact;
font-size:11px;
color:#FFFFFF;
font-weight:bold;
background-color:#424446;
border: solid 1px #111113;
padding-top:5px;
padding-bottom:5px;
}

.bdr{
border: solid 5px #E5E5E5;
padding:12px;
}
.black {font-family:Tahoma, Arial, Impact; color: #000000; font-size:11px;}