/* CSS destination table */

#complete_table {
	width: 950px;
	height:209px;
	border:0;
	margin: 0;
}

table#language {
	background-image:url(../images/__mainpage/table_main/general.jpg); 
	background-repeat:no-repeat;
    width: 184px;
	border:none;
}

table#language td {
	padding-bottom:4px;
	padding-left: 18px;
	padding-top:3px;
    border: 0;
}
table#teens {
	background-image:url(../images/__mainpage/table_main/lang_10.jpg);
	background-repeat:no-repeat;
    width: 184px;
	border:none;
}

table#teens td {
    padding: 2px;
    border: 0;
}
table#english {
	background-image:url(../images/__mainpage/table_main/lang_09.jpg);
	background-repeat:no-repeat;
    width: 184px;
	border:none;
}

table#english td {
    padding: 3px;
    border: 0;
}
table#spanish {
	background-image:url(../images/__mainpage/table_main/lang_02.jpg);
	background-repeat:no-repeat;
    width: 184px;
	border:none;
}

table#spanish td {
    padding: 3px;
    border: 0;
}
table#french {
	background-image:url(../images/__mainpage/table_main/lang_05.jpg);
	background-repeat:no-repeat;
    width: 184px;
	border:none;
}

table#french td {
    padding: 3px;
    border: 0;
}
table#german {
	background-image:url(../images/__mainpage/table_main/lang_04.jpg);
	background-repeat:no-repeat;
    width: 184px;
	border:none;
}

table#german td {
    padding: 4px;
    border: 0;
}
table#italian {
	background-image:url(../images/__mainpage/table_main/lang_07.jpg);
	background-repeat:no-repeat;
    width: 184px;
	border:none;
}

table#italian td {
    padding: 3px;
    border: 0;
}
table#portuguese {
	background-image: url(../images/__mainpage/table_main/lang_06.jpg);
	background-repeat:no-repeat;
    width: 184px;
	border:none;
}

table#portuguese td {
    padding: 3px;
    border: 0;
}
table#chinese {
	background-image:url(../images/__mainpage/table_main/lang_03.jpg);
	background-repeat:no-repeat;
    width: 184px;
	border:none;
}

table#chinese td {
    padding: 3px;
    border: 0;
}
table#arabic {
	background-image: url(../images/__mainpage/table_main/lang_08.jpg); 
	background-repeat:no-repeat;
    width: 184px;
	border:none;
}

table#arabic td {
    padding: 3px;
    border: 0;
}


/* CSS shopping car */
.shopping_car {
	background-image:url(../images/__mainpage/table_main/shopping_car.png);
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:top;
	width:18px;

}
#box-link { 
		position: absolute;
		margin: 0; 
		padding: 0; 
		width: 16px; 
		height: 13px; 
		background-color: transparent; 
		border: 1px; }	

/* CSS box title */
.toprow {
    text-align: center;
	font-family: Arial, sans-serif, Helvetica;
	font-weight:bold;
	font-size: 11px;
	color:#FFF;
	height:21px;	
}
.toprow A:link, .toprow A:active, .toprow A:visited, .toprow A:hover { 
	font-size: 11px;
	color: #FFF;
	text-decoration:none;
}
.toprow_general {
    text-align: left;
	font-family: Arial, sans-serif, Helvetica;
	font-weight:bold;
	font-size: 11px;
	color:#FFF;
}
.toprow_general A:link, .toprow_general A:active, .toprow_general A:visited, .toprow_general A:hover { 
	font-size: 11px;
	font-weight:bold;
	color: #FFF;
	text-decoration:none;
}

/* CSS text boxes */
.general {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	width: 160px;
}
.general a:link, .general a:active, .general a:visited {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
	font-weight:normal;
}
.general a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.city_language {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	width: 80px;
}
.city_language a:link, .city_language a:active, .city_language a:visited {
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	font-weight:normal;
}
.city_language a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.price {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 11px;
	font-weight:bold;
	letter-spacing:-0.8px;
	color:#F31839;
	text-align: right;
	width:70;

}
.price A:link, .price A:active, .price A:visited, .price A:hover { 
	font-size: 11px;
	color:#F31839;
	text-decoration:none;
}
.from_table_price {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 9px;
	font-weight:normal;
	color:#F31839;
	padding-right:1px;
}
