/* $Id: rounded.css 4322 2006-09-04 08:49:33Z shacka $ */
/* CSS rules for rounded corners */
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}


.main_img {
	width:402px;
	height:610px;
    background-image:url(../images/ajax-loader.gif);
    background-repeat:no-repeat;
    background-position: center;
	vertical-align:top;
}

.left_img {
    background-image:url(../images/ajax-loader_left.gif);
    background-repeat:no-repeat;
    background-position: top;
	vertical-align:top;
}

.hold {
		text-align: left;
		padding-left:0px;
		padding-top:0px;
		margin-left:10px;
		margin-top:10px;
	}
	
	.td_ht
	{
	height:5px;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
	.hold2 {
		background-color: #ffffff; 
		width: 400px;
		height:504px;
		text-align: left;
		float:left;
		font-family:verdana;
		font-size:12px;
		font-weight:bold;
		padding:12px;
	}
	
	.product_detail_up
	{
		border-bottom:1px solid #000000;
		border-left:1px solid #000000;
		border-right:1px solid #000000;
		border-top:1px solid #000000;
		text-align:left;
	}

.tb-gradient {
    border-style:solid;
    border-size:1px;
    border-width:1px;
    background-color: #EFEFEF;
	padding-left:3px;
	width:175px;
	overflow-x:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
	
	.product_detail_down
	{
		position:relative;
		border-bottom:1px solid #000000;
		border-left:1px solid #000000;
		border-right:1px solid #000000;
		border-top:1px solid #000000;
		height:45px;
		vertical-align:top;
		top:80px;
		left:5px;
	}

	.product_detail1
	{
		border-bottom:1px solid #690c1e;
		border-left:1px solid #690c1e;
		border-right:1px solid #690c1e;
		border-top:1px solid #690c1e;
		height:35px;
		width:35px;
		position:absolute;
		z-index:1;
		left: 235px;
		top:2px;
	
	}

	.product_detail2
	{
		border-bottom:1px solid #690c1e;
		border-left:1px solid #690c1e;
		border-right:1px solid #690c1e;
		border-top:1px solid #690c1e;
		height:35px;
		width:35px;
		position:absolute;
		z-index:1;
		left: 280px;
		top:2px;
	
	}


	.product_detail3
	{
		border-bottom:1px solid #690c1e;
		border-left:1px solid #690c1e;
		border-right:1px solid #690c1e;
		border-top:1px solid #690c1e;
		height:35px;
		width:35px;
		position:absolute;
		z-index:1;
		left: 325px;
		top:2px;
	
	}
	
	
	.left_div_img
	{
	position:absolute;
	left:400px;
	z-index:1;
	height="606"
	}
	.hold3 {
	background-image: url(../images/bodyBG.gif);
	width: 27px;
	height:100px;
	padding-left:15px;
	position: absolute;
	text-align: left;
	display:block;
	float:left;
	overflow:visible;/*
	outline-color:#CC0000;
	outline-style:solid;
	outline-width:thin;*/
	left: 680px;
	top: 600px;
	}
	
.div_scroll
{
    SCROLLBAR-FACE-COLOR:#CCCCCC;
    SCROLLBAR-HIGHLIGHT-COLOR: #E8E5D9;
    SCROLLBAR-SHADOW-COLOR: gainsboro;
    SCROLLBAR-3DLIGHT-COLOR: whitesmoke;
    SCROLLBAR-ARROW-COLOR: black;
    SCROLLBAR-DARKSHADOW-COLOR: silver;
    SCROLLBAR-BASE-COLOR: gainsboro
}
.borderClass {
	border-bottom-color:#000000;
	border-top-color:#000000;
	border-left-color:#000000;
	border-right-color:#000000;
	border-style:dotted;
	border-width:thin;
}

.demo {
		background-color: #FFFFFF; 
}

/*..{
border: 1px dotted black;
padding: 8px;
width:350px;
height: 550px;
}*/

.demo .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.textlink 
{
color:#666666;
text-decoration:none;
}
.textlink a:link
{
color:#666666;
text-decoration:none;
}
.textlink a:visited
{
color:#666666;
text-decoration:none;
}

.textlink a:hover
{
color:#000000;
}


a:link, a:visited
{
	color:					#e65551;
}

a:hover, a:active
{
	color:					#519ee6;
}

.clear
{
	clear:					both;
	overflow:				hidden;
	width:					1px;
	height:					1px;
	margin:					0 -1px -1px 0;
	border:					0;
	font-size:				0;
	line-height:			0px;
}

/* layout */

#container_zoom {
	width:					700px;
	background:				#fff url(../images/head-digit.png) no-repeat 500px 25px;
	margin: 				0 auto;
	text-align:				left;
	padding:				15px;
}

/* javascript */

.ajax-loading
{
	padding:                50px;
	background:             url(../images/spinner.gif) no-repeat center;
}

