/* CSS Document */

.title_white
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
font-weight:bold;
text-decoration:none;
color:#ffffff;
}

.title_merun
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
font-weight:bold;
text-decoration:none;
color:#852F5E;
}

.links
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
text-decoration:none;
font-weight:bold;
color:#852F5E;
}
a.links:hover
{
color:#C27632;
text-decoration:none;
}
.font12_black
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:none;
color:#000000;
}
a.font12_black:hover
{
color:#FE8602;
text-decoration:none;
}

.font12_light
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:none;
color:#666666;
}

.adminmenu
{
font-size:13px;
font-weight:bold;
text-decoration:none;
color: #000;
}
.font12_red
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF0000;
text-decoration:none;
}

.font13_merun
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#852F5E;
font-weight:bold;
text-decoration:none;
}

.txtborder
{
/*-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
border:1px solid #E7AACB;
height:20px;
width:200px;
}
input[type=text]:hover {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
behavior:url(border-radius.htc);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
border:1px solid #FE8602;
height:20px;
width:200px;
}
input[type=password]:hover {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
border:1px solid #FE8602;
height:20px;
width:200px;
}

.txtarea
{
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
border:1px solid #E7AACB;
height:80px;
width:200px;
}
textarea:hover {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
border:1px solid #FE8602;
height:80px;
width:200px;
}

.loginbutton
{
background-image:url(../images/login_btn.gif);
border:0px;
cursor:pointer;
width:72px;
height:26px;
}

.submitbutton
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#F3E9EE;
cursor:pointer;
border:1px solid #852F5E;
font-weight:bold;
color:#852F5E;
width:80px;
height:23px;
}
.gobutton
{
font-family:Verdana, Arial, Helvetica, sans-serif;
background-image:url(../images/go_btn.gif);
cursor:pointer;
border:0px;
width:31px;
height:31px;
}
.cartbutton
{
border:0px;
background-image:url(../images/add.GIF);
width:90px;
height:22px;
cursor:pointer;
}