body {
	margin:0px;
	padding:0px;

	background-image:url('img/body-background.gif');
	background-repeat:repeat-x;

	text-align:center;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.clear {
	clear:both;
}

.imagefloat {
	float:left;
	margin-right:10px;
}

.error {
	color:red;
}

.class_error_message {
	color:red;
}

.info {
	color:green;
}

.line {
	height:20px;

	background-image:url('img/line-background.gif');
	background-repeat:repeat-x;
}

.gm_class_input {
	width:140px;

	border:1px solid gray;
}

p {
	padding:0px;
	margin:0px;
}

img {
	border:0px;
}

h1 {
	padding:0px;
	margin:0px;

	margin-bottom:10px;

	font-family: Arial,Sans-Serif;	
	font-style: normal;	
	font-variant: normal;	
	font-weight: normal;	
	font-size: 20px;	
	line-height: normal;	
	font-size-adjust: none;	
	font-stretch: normal;		
	color: #0E4D8B;	
	display: block;
}

label {
	float:left;
	width:150px;
	
	height:20px;
	line-height:20px;
}

input {
	margin-bottom:10px;
}

textarea {
	margin-bottom:10px;

	width:300px;
	height:200px;

	border:1px solid gray;
}

#header {
	width:925px;
	height:85px;

	margin:auto;

	text-align:center;

	color:#585858;
}

#header a {
	color:#585858;
}

#header .logo {
	width:170px;

	overflow:hidden;
	float:left;

	margin-top:15px;
}

#header .content {
	width:755px;
	height:45px;

	overflow:hidden;
	float:left;

}


#header .topmenu {
	width:755px;
	height:40px;

	overflow:hidden;
	float:left;
}

#header .links {
	width:555px;
	/*height:85px;*/

	overflow:hidden;
	float:left;

	padding-top:15px;
}

#header .links a {
	padding-left:5px;
	margin-right:20px;

	font-size:10px;

	background-image:url('img/icon_arrow.gif');
	background-position:left center;
	background-repeat:no-repeat;
}

#header .search {
	overflow:hidden;
	float:left;

	width:200px;
	
	padding-top:15px;

}

#header .search .head {
	float:left;

	margin-right:5px;
	margin-top:3px;
}

#header .search input {
	overflow:hidden;
	float:left;
}

#header .search .gm_class_input {
	width:100px;

	margin-right:5px;
}


#header .header-left {
	width:10px;

	overflow:hidden;
	float:left;
}

#header .header-tab {
	overflow:hidden;
	float:left;

	width:112px;
	height:20px;

	padding-top:20px;

	background-image:url('img/header-tab.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
}

#header .header-tab-act {
	overflow:hidden;
	float:left;

	width:112px;
	height:20px;

	padding-top:20px;

	background-image:url('img/header-tab-act.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
}

#header .header-right {
	width:10px;

	overflow:hidden;
	float:left;
}



#menu {
	width:900px;

	margin:auto;
	margin-bottom:15px;

	padding-right:25px;
}


#menu .customerinfo {
	float:left;

	line-height:23px;

	margin-left:185px;
}

#menu .language {
	text-align:right;
}

#structure {
	width:925px;

	margin:auto;

	text-align:left;
}



#structure .left {
	width:175px;

	overflow:hidden;
	float:left;

	margin-right:35px;
}

#structure .footer {
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;

	font-size:11px;
}

#structure .footer a {
	color:#666666;
}


#structure .content {
	width:500px;

	overflow:hidden; 
	float:left;

	margin-right:35px;
}

#structure .right {
	width:175px;

	overflow:hidden;
	float:left;
}

#structure a {
	color:#0E4D8B;

	text-decoration:none;
}

#structure a:hover {
	text-decoration:none;
}

#structure .box-head {
	width:162px;

	height:20px;
	line-height:20px;

	padding-left:10px;

	background-color:#BABABB;
	color:white;

	border-bottom:1px solid #CCCCCC;
}

#structure .box-head a {
	color:white;
}

#structure .box-body {
	width:150px;

	padding-left:10px;
	padding-right:10px;
	padding-top:5px;

	border-left:1px solid #DCDCDD;
	border-right:1px solid #DCDCDD;

	background-color:#EDEDED;
}

#structure .categories {
	width:170px;

	padding:0px;
}

#structure .box-body a.cat_link {
	display:block;
	width:160px;

	height:20px;
	line-height:20px;

	padding-left:10px;

	background-color:#BABABB;
	color:white;

	border-bottom:1px solid #CCCCCC;
}

#structure .box-body a.cat_sub_link {
	display:block;
	width:160px;

	height:20px;
	line-height:20px;

	padding-left:10px;

	background-color:#EDEDED;
	color:#999999;

	border-bottom:1px solid #CCCCCC;
}

#structure .box-body a.cat_sub_link:hover {
	display:block;
	width:160px;

	height:20px;
	line-height:20px;

	padding-left:10px;

	background-color:#EDEDED;
	color:#666666;

	border-bottom:1px solid #CCCCCC;
}



.copyright {
	size:10px;
	color:#C6C6C6;
}

.copyright a {
	size:10px;
	color:#C6C6C6;
}

.order_table {
	border:1px dotted #cccccc;
}

.order_table td {
	padding:5px;
}

.order_total {
	border:1px dotted #cccccc;
	text-align:right;
	padding:5px;
}

.cell_note {
	text-align:right;
}

.createaccount_left {
	float:left;
	width:300px;
}

.createaccount_right {
	
}

#country select {
	width:146px;
}

.cell_back {
	float:left;
}

.cell_continue {
	text-align:right;
}

.product_box {
	width:155px;
	height:500px;
	
	overflow:hidden;
	float:left;

	margin-right:15px;
	
}
	
.product_info_add_ons_image_cell {
	width:155px;
}

.product_info_add_ons_header_cell {
	width:155px;
}

.product_info_add_ons_middle_cell {
	width:155px;
	font-size:10px;
}

.product_info_add_ons_bottom_cell {
	width:155px;
}

.cell_right select {
	width:146px;
}