html {
	overflow: -moz-scrollbars-vertical;
}

* { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* body */
body { 
	margin: 0px;
	padding: 0px;	
	background-color: #FFF;
	color: #000000;
	behavior: url('catalog/template/default/csshover.htc');
}


body, td, th, input, textarea, select, a {
	font-size: 11px;
}
 

form {
	padding: 0;
	margin: 0;
	display: inline;
}

.png {
	behavior: url('catalog/javascript/png/iepngfix.htc');
}
  
.png_stars {
	width:94px;
	height:18px;
	behavior: url('catalog/javascript/png/iepngfix.htc');
}

a img {
	border: none;
}

a:hover {
	text-decoration: none;
	cursor: pointer; 
	cursor: hand;
}

/* layout */
h1 { 
	display: none;
}
 
#container {
	width: 778px;
	position: relative;
	left: 50%;
	margin-left: -389px;
	background-color: #FFF;
}

#header {
	padding-top:5px;
	height: 110px; 
	clear: both; 
	min-height:100px;
}

#header .ddd {
	background: url("../image/hdr_top2.gif") no-repeat top;
	width: 775px;
	height: 86px;
	min-height:86px;
}
#main {
    clear:both;
	background-color: #ffffff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	height:100%;
	min-height:100%;
}
html>body #main{height:auto}/* not ie6- */

#flash {
	background-color: #eee;
	height:210px;
	min-height:210px;
	width:100%;

    z-index:-1000000000;

}
html>body #flash{height:210px;}/* not ie6- */



#column {
	width: 230px;
	margin: 5px 5px 5px 5px;
	margin-left:0px; 
	float: left;
	background-color:#d1e4f7;
}

#column2 {
	width: 230px;
	margin: 5px 5px 5px 5px;

	float: left;
	background-color:#eee;
}

#column_home {
	width: 120px;
	margin: 5px 5px 0px 5px;
	float: left;
	background-color:#eee;
	text-align:center;
}

#column_home_right {
	width: 0px;
	margin: 0px;
	padding-left:0px;
display:block;
	float: right;
	background-color:#fff;
	text-align:center;
	border-left: 1px solid #0066cc;

}
html>body #column_home_right{height:auto;}/* not ie6- */

#content {

	margin: 5px 5px 5px 5px;
	float: left;
	width: 520px;
	//width :520px;
	background-color: #FFFFFF;
}

#content_full {

	margin: 5px 5px 5px 5px;
	width: 768px;
	//width :768px;
	background-color: #FFFFFF;
}

#content_home {
	margin: 0px 0px 0px 0px;
	width: 768px;
	//width: 635px;
	background-color: #FFFFFF;
}

#content_home_lower {
	clear: both;
	background-color: #9F9FFF;  
}

#content_home_lower .mid_home_content{
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
}

#sub_footer_home { 
	clear: both;
	background: url('../image/sub_footer.jpeg');
	width:100%;
}

#footer {	 
	clear: both;  
	padding-top: 0px;
	background: url('../image/ftr_bg.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	height:30px;

}

#footer .a {
	float: left;
	margin-left:5px;
	padding-top:2px;
    color: #FFF;
padding-top:7px;
text-decoration:none;

}

#footer .b {
	float: right;
	text-align: right;
	height:35px;
	padding-right: 5px;

}

     #footer .a a {
    color: #FFF;

text-decoration:none;

}

#footer  a {
    color: #FFF;

text-decoration:none;

}
  
#time {
	color: #EEEEEE;
	text-align: center;
	clear: both;
}

.heading {

	font-size: 15px;

	font-weight: 600;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	text-transform: uppercase;

	color: #000;

	padding-bottom: 2px;

	padding-left: 5px;

	padding-top: 15px;

	margin-bottom: 10px;

	height: 18px;

}

.heading_blog {
	background: url('../image/plbg.gif');
	background-repeat: repeat;
	font-size: 15px;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #eeeeee;
	border-left: 3px solid #0066cc;
	clear: both;
	margin-bottom: 10px;
	width: 98%;
	height: 18px;
}

.heading_home {
	background: url('../image/plbg.gif');
	background-repeat: repeat;
	font-size: 15px;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #eeeeee;
	border-left: 3px solid #0066cc;
	clear: both;
	margin-bottom: 10px;
}

.blog_top {
	background: url('../image/arrow_blue_top.gif');
	background-repeat:no-repeat;
	float:right; 
	padding-right:10px; 
	padding-bottom:15px;
}

.blog_date {
	text-align: right; 
	padding-right:10px; 
}

.blog_top a {
	padding-left:10px;
}
.heading_side {
	font-size: 15px;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #A7A0FF;
	clear: both;
	margin-bottom: 2px;
	width: 100%;

}


.heading .left {
	float: left;
	text-align: left;
}
 
.right {
	position:relative;

	top:-35px;

	left:-85px;

	float: right;

	text-align: left;

	text-size:10px;

	width:150px;

	font-weight:600px;

}

.error {
	color: #FF0000;
	font-size: 10px;
	display: block;
	clear: both;
}

.required {
	margin: 0;
	color: #FF0000;
	display: inline;
}

.warning {
	color: #000000;
	font-size: 10px;  
	background-color: #FFB3B5;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}

.message {
	color: #000000;
	font-size: 10px;
	background-color: #99FF00;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}

.breadcrumb {
	color: #999999;
	margin: 10px 0px 10px 0px;
}

.breadcrumb a {
	color: #006699;
}

.cat_des {
	color: #999999;
	margin: 10px 0px 10px 0px;
}

.cat_des a {
	color: #006699;
}

.price_old {
	text-decoration: line-through;
}

.price_new {
	color: #FF0000;
}

.menu_selected {
	background: url('../image/bullet3.gif');
	background-position: center left;
	line-height: 10px;
	background-repeat: no-repeat;
	padding-left: 12px;
	font-weight: 600;
	padding-top:0px;
	padding-bottom: 0px;
}

.products{
	float: left;
	width: 50%; 
	text-align: left; 
	cursor: pointer;
	font-size: 10px; 
min-height:125px;
}

.products .linkname{

	text-align: left; 

	padding-left:5px;

	margin:5px;

	font-size: 10px; 

	border-bottom: 1px dotted #000000;

}
.products .linkname .title{

	font-size: 12px; 

	font-weight: 600;

	color: #335e8a;

	text-decoration: underline;

}
.products .linkname .address{

	font-weight: 600;

	color: #111111;

	text-decoration: none;

}

.images {

	float: left;

	vertial-align:center;

	font-size: 10px; 

	padding:5px;

}

.images_attraction {

	float: left;
	clear:left;
	vertial-align:center;

	font-size: 10px; 

	padding:5px;

}

.category {
	width: 220px; 
	text-align: center; 
	cursor: pointer;
	font-size: 10px; 
}

.cat_side {
	border-bottom: 2px dotted #fff;
	padding:5px;
	width:220px;
	clear:left;"
	height:70px;
	min-height:67px;
}
html>body .cat_side{height:auto}/* not ie6- */


.cat_home_side {
	border-bottom: 2px dotted #fff;
	padding:5px;
	width:110px;
	clear:left;"
	height:70px;
	min-height:67px;

}

.cat_home_side a {
	text-decoration: none;
}
html>body .cat_home_side{height:auto}/* not ie6- */

.categories a {
	text-decoration: none;
}

.images a {
	font-size: 10px;
}

.images img, .categories img {
	border: 0px;
	margin-bottom: 10px;
}

.results {
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 20px;
}

.results .left {
	float: left;
	padding-top: 4px;
}
 
.results .right {
	float: right;
} 
 
.buttons {

	margin: 10px 0px;
	clear: both;
}

.buttons input {
	height: 20px;
	margin: 3px;
}

.buttons table {
	width: 100%;
}

.buttons table td {
	vertical-align: middle;
}

.box_bar {
	background: url('../image/side_bg.jpeg');
	background-repeat:repeat-x;

}

.box {
	padding-bottom: 5px;
	margin-bottom: 10px;
}


.box_col {
	padding: 0px;
	margin-bottom: 10px;
}




/* box language */
.language {
	float: left;
	margin-top: 3px;
}

.language div {
	display: inline;
}

/* box currency */
.currency {
	float: left;
	margin-left: 20px;
	margin-top: 1px;  
}

.currency div {
	display: inline;
}

/* box search */
.search {
	float: left;
	padding:0px;
}

.search div {
	display: inline;
}

/* box cart */
.box2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	background: url('../image/cart_bg.gif');
	height: 129px;
	width:231px;
	background-repeat: no-repeat;	
}

.box2_content {
padding-top:5px;
padding-left:10px;
text-align:center;
width:90%;
}

.heading_cart {
	font-size: 15px;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #A7A0FF;
	padding-bottom: 2px;
	border-bottom: 1px solid #A7A0FF;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
	height: 18px;
}


.box2 .cart .a {
	text-align: right;
	margin-top: 8px;
	padding-top: 3px;
}

.box .cart .b {
	text-align: center;
}

/* box category */
.box .category {
	padding-top: 5px;
}

.box .category a {
	padding: 0px 0px 0px 25px;
	display: block;
	text-decoration: none;
	margin-bottom: 8px;
}

/* box information */
.box .information a {
	background: url('../image/bullet_2.png') no-repeat 10px 4px;
	padding: 0px 0px 0px 25px;
	display: block;
	text-decoration: none;
}

/* box review */
.box .review div {
	text-align: center;
}

.box .review a {
	text-decoration: none;
}

.box .review img {
	padding: 3px;
}

/* success */
#success {
	behavior: url('catalog/javascript/png/iepngfix.htc');
	background: url('../image/success.png') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;
}

/* failure */
#failure {
	behavior: url('catalog/javascript/png/iepngfix.htc');
	background: url('../image/failure.png') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;  
}

/* error */
#error {
	clear: both;
	border: 1px solid #EEEEEE;
	margin: 0px 0px 10px 0px;
	padding: 8px;
	margin-top: 10px;
}

.pager {
	vertical-align: bottom;
	padding-left: 2px;
	padding-bottom: 2px;
	background: none;
	border: none;
	top:2px;
}
.pager_selected {
	vertical-align: bottom;
	padding-left: 2px;
	padding-bottom: 2px;
	background: none;
	border: none;
	top:2px;
	font-weight: 600;
	color:#ff0000;
}

#header2 {
	width:778px;
	background: url('../image/top_bg.jpg') no-repeat;
	float: left;
	padding-left: 0px;
	//margin-top:5px;
height:30px;
}

.menu5 {
text-align:left; font-family: verdana, sans-serif; position:relative; font-size:12px; margin:0 padding:0; list-style-type:none;
}
.menu5 ul {
padding:0; margin:0; list-style-type:none; /* for Firefox */
}
.menu5 li {
float:left; position:relative;
}
.menu5 li a, .menu5 li a:visited {
display:block; text-decoration:none;  float:left; color:#FFF; 
padding-right:7px;
padding-left:7px;
}
.menu5 li a.drop, .menu5 li a.drop:visited {
font-weight:bold;
}
.menu5 li ul {
visibility:hidden; position:absolute; top:3px; left:0; height:0; overflow:hidden;
}
.menu5 table {
margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
text-decoration:underline; border:0;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; height:auto; width:10em; background:#000000; border:1px solid #ddd; left:0; top:13px; overflow:visible;
}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
display:block; font-weight:normal; background:transparent; text-decoration:none; height:auto; line-height:1.5em; padding:0.5em; width:9em;
}
* html .menu5 li a:hover ul li a {
width:10em; width:9em; /* hack for IE5.5 */
}
.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
font-weight:bold;
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:9.5em; height:0; overflow:hidden;
}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
text-decoration:underline;
}
.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
visibility:visible; color:#000; border:1px solid #ddd; height:auto; background:#fff; width:9.5em;
} 
.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
left:-9.3em;
}
.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
display:block; height:auto;
}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
text-decoration:underline;
}
