/* CSS Document */
body{
padding:0px;
margin:0px;
}

/*-----------------------link ----------------------------*/
#menutextover {text-decoration:none;}
#menutextover:hover { color:#dee479;}
#menutextover:active  { color:#dee479;}
/*-------------*/
#hometextover {text-decoration:none;}
#hometextover:hover { color:#cccdc6;}
#hometextover:active  { color:#dee479;}
/*-------------*/
#producttextover {text-decoration:none;}
#producttextover:hover { color:#e7f7c2;}
#producttextover:active  { color:#dee479;}


/*-----------------------form ----------------------------*/
.title_text_Form
	{
	
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		padding-top:3px;
		padding-bottom:10px;
		text-align:left;
		/*font-weight:bold;*/
		/*text-align:center;*/
	
		
		color:#484646;
	}

/*-----------------------shopping cart ----------------------------*/
.menu_text
	{
	
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		/*text-align:center;*/
	
		
		color:#666666;
	}
	
.title_text
	{
	 color: #35383a;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;	
	font-weight:bold;
	
		/*color:#888787;*/
	}
.product_name
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size-adjust:inherit;
		font-size:12px;
		font-weight:bold;
		color:#ff670e;
		padding-left:5px;
	
	}
.product_price
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size-adjust:inherit;
		font-size:12px;
		
		color:#2d2b2b;
		
	}
	
.product_des
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size-adjust:inherit;
		font-size:12px;
		font-style:italic;
		color:#2d2b2b;
		padding-left:5px;
		
	}

.other_text
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		
		vertical-align:left;
		color:#6b6868;	
	}
	
.page_title
	{
	
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		text-align:left;
		color:#666666;
	}
  .input{
      width:170px; height:19px;
    border-width:1px;
    border-style:solid;
    background-color:#fafafa;
    border-color:#d7d2d2;
    font-family:Tahoma; font-size:11px;  color:#333333;
	margin-left:5px;
    }
	.textarea{
	line-height: 12px;
	 background-color:#fafafa;
	height: 130px;
	width: 250px;
	border-color:#d7d2d2;
	overflow:auto;
	 font-family:Tahoma; font-size:11px;  color:#333333;
	 margin-left:5px;
}

/*-----------------------bgimages ----------------------------*/

.left_top_title_bg
{

background-image: url(../images/left_title__whtie_bg.gif);
background-repeat: no-repeat;
background-position: top;
}
.right_top_title_bg
{

background-image: url(../images/right_title__whtie_bg.gif);
background-repeat: no-repeat;
background-position: top;
}
.center_top_title_bg
{

background-image: url(../images/center_title__whtie_bg.gif);
background-repeat: repeat-x;
background-position: top;
}
/*-------------------------*/
.left_bottom_title_bg
{

background-image: url(../images/left_bottom_title_white_bg.gif);
background-repeat: no-repeat;
background-position: top;
}
.right_bottom_title_bg
{

background-image: url(../images/right_bottom_title_white_bg.gif);
background-repeat: no-repeat;
background-position: top;
}
.center_bottom_title_bg
{

background-image: url(../images/center_bottom_title_white_b.gif);
background-repeat: repeat-x;
background-position: top;
}
/*------------------------------*/
.left_line_title_bg
{

background-image: url(../images/left_line_title_white_bg.gif);
background-repeat: repeat-y;
background-position: top;
}
.right_line_title_bg
{

background-image: url(../images/right_line_title_white_bg.gif);
background-repeat: repeat-y;
background-position: top;
}

.iconarrow
{

background-image: url(../images/arrow_icon.gif);
background-repeat: no-repeat;

background-position:center;

padding-right:8px;
padding-top:2px;
padding-bottom:2px;
}
.line_vert
{

background-image: url(../images/dot_line_vert.gif);
background-repeat: repeat-y;

background-position:center;
padding-top:2px;
padding-bottom:2px;



}
.line_hor
{

background-image: url(../images/dot_line_hor.gif);
background-repeat: repeat-x;

background-position:center;



}
.iconarrow2
{

background-image: url(../images/arrow_icon2.gif);
background-repeat: no-repeat;

background-position:center;

padding-right:8px;
padding-top:2px;
padding-bottom:2px;
}
.graybg
{
background-color:f2f2f2;
background-repeat:repeat;
}
.whitebg
{
background-color:ffffff;
background-repeat:repeat;
}


