/* Styling for NDS Product Pages */
.container {
text-align:left;
font-family:"Arial";
width:600px;
margin-top:10px;
}

.style_text_header {
	font-size: 15px;
	font-weight: bold;
	color: #37B9F3;
	}
.style_text_border
{
	border-bottom:#CCCCCC 2px solid;
	margin-top:3px;
	text-align:left;
}
.style_text_border_btm
{
	border-bottom:#CCCCCC 2px solid;
	margin-bottom:3px;
	text-align:left;
}
.style_orange {
	font-size: 11px;
	color: #FF6600;
}
.style_text {color: #FF6600}

/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/

#itenary_container
{
width:350px;
float:right;
}

table {
}

table, th, td {
	font-family: Arial, sans-serif;
	color: #555;
	font-size:12px;
}

caption {
	font-size: 100%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;

}

tbody th {
	font-weight: bold;
	vertical-align:top;
	line-height:1.4;
	}

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}

ul.bullets {
margin-top:5px;
margin-left:30px;
list-style-type:square;
font-size:11px;
color:#666666;
}
