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

img {
    	border:                 0px;
}

html {
    	width:                  100%;
    	height:                 100%;
}

/* Class TITLE */

.titleIZQ {
	font-family:            	Arial;
	font-size:              	18px;
	font-weight:            	bold;
	color:                  	#0595AF;
	text-decoration:        	none;
	padding:                	2px 0px 0px 0px;
	float:						right;	
}

.titleDER{
	font-family:            	Arial;
	font-size:              	18px;
	font-weight:            	bold;
	color:                  	#0595AF;
	text-decoration:        	none;
	padding:                	2px 0px 0px 0px;
	float:						left;		
}

/* Class HEADER */ 

.header {
	width:					850px;
}

.header a:link {
	font-family: 			Arial;
	font-size: 				18px;
	font-weight: 			bold;
	font-style: 			normal;
	color: 					#0595AF;
	text-decoration: 		none;
}

.header a:visited {
	font-family: 			Arial;
	font-size: 				18px;
	font-weight: 			bold;
	font-style: 			normal;
	color: 					#0595AF;
	text-decoration: 		none;
}
.header a:hover {
	font-family: 			Arial;
	font-size: 				18px;
	font-weight: 			bold;
	font-style: 			normal;
	color: 					#2E2E2E;
	text-decoration: 		none;
}

/* Class CONTENT */ 

.content {
	width:						850px;
	font-family: 				arial;
	font-size: 					15px;
	color: 						#2E2E2E;
	float:						center;
	text-align:             	justify;
}

.content h1 {
	font-family:            	Arial;
	font-size:              	18px;
	font-weight:            	bold;
	color:                  	#000000;
	text-decoration:        	none;
	padding:					8px 0px 0px 0px;	
}

.content h2 {
	font-family: 				Arial;
	font-size: 					14px;
	font-weight: 				bold;
	font-style: 				normal;
	color: 						#0595AF;
	text-decoration: 			none;
}

.content h2 a:link {
	font-family: 				Arial;
	font-size: 					14px;
	font-weight: 				bold;
	font-style: 				normal;
	color: 						#0595AF;
	text-decoration: 			none;
}

.content h2 a:visited {
	font-family: 				Arial;
	font-size: 					14px;
	font-weight: 				bold;
	font-style: 				normal;
	color: 						#0595AF;
	text-decoration: 			none;
}
.content h2 a:hover {
	font-family: 				Arial;
	font-size: 					14px;
	font-weight: 				bold;
	font-style: 				normal;
	color: 						#2E2E2E;
	text-decoration: 			none;
}

.content table li {
	font-weight:				normal;	
	font-family:       			Arial;
	font-size:         			11px;
	text-decoration: 			none;
	list-style:					none;	
}

.content a:link {
	font-family: 				arial;
	font-size: 					12px;
	font-weight: 				bold;
	font-style: 				normal;
	color: 						#0595AF;
	text-decoration: 			none;
}

.content a:visited {
	font-family: 				arial;
	font-size: 					12px;
	font-weight: 				bold;
	font-style: 				normal;
	color: 						#0595AF;	
	text-decoration: 			none;	
}
.content a:hover {
	font-family: 				arial;
	font-size: 					12px;
	font-weight:				bold;
	font-style: 				normal;
	color: 						#2E2E2E;
	text-decoration: 			none;
}

/* Class NEWS */ 

.news {
	margin:               		5px 0px 5px 0px; 	
}

.news h1 {
	font-family:            	Arial;
	font-size:              	14px;
	font-weight:            	bold;
	color:                  	#000000;
	text-decoration:        	none;
	padding:               		0px 0px 0px 0px; 	
}

.news h1 a:link {
	font-family: 				Arial;
	font-size: 					14px;
	font-weight: 				bold;
	font-style: 				normal;
	color: 						#000000;
	text-decoration: 			none;
}

.news h1 a:visited {
	font-family: 				Arial;
	font-size: 					14px;
	font-weight: 				bold;
	font-style: 				normal;
	color: 						#000000;
	text-decoration: 			none;
}
.news h1 a:hover {
	font-family: 				Arial;
	font-size: 					14px;
	font-weight: 				bold;
	font-style: 				normal;
	color: 						#878787;
	text-decoration: 			none;
}

.news h2 {
	font-family:            	Arial;
	font-size:              	11px;
	font-weight:            	normal;
	color:                  	#878787;
	text-decoration:        	none;
}

.news h3 {
	font-family:            	Arial;
	font-size:              	10px;
	font-weight:            	normal;
	color:                  	#878787;
	text-decoration:        	none;
	text-align:             	left; 	
}

/* Class FOOTER */ 

.footer {
	font-family: 			Arial;
	font-size: 				12px;
	color:                  #2E2E2E;
	text-align:             left; 
}

.left {
	float:				left;
	display:			inline;
	margin:				5px 0px 0px 0px;
	border:				1px solid #5D6B84;
	width: 				170px
}
.left ul{
	padding:			10px 0px 10px 10px;
	float:				left
}

.left li{
	width:				145px;
	list-style-type:	none;
	padding:			1px 0px 3px 0px;
}

.left li a{
	background-image:	url(images/arrow.gif);
	background-position:0px 2px;
	background-repeat:	no-repeat;
	font-family:		Tahoma;
	font-size:			12px;
	font-weight:		bold;
	text-decoration:	none;
	color:				#00234D;
	padding:			0px 0px 1px 25px;
}

.right {
	width:					260px;
	margin:                 5px 5px 2px 2px;
	float:					left;
}

/* Class POST */ 

.post {
	text-align:             	justify;
 	float:                  	left;
	padding:					0px 0px 0px 0px;	
}

.post a:link {
	font-family: 				arial;
	font-size: 					12px;
	font-weight: 				bold;
	font-style: 				normal;
	color: 						#0595AF;
	text-decoration: 			none;
}

.post a:visited {
	font-family: 				arial;
	font-size: 					12px;
	font-weight: 				bold;
	font-style: 				normal;
	color: 						#0595AF;	
	text-decoration: 			none;	
}
.post a:hover {
	font-family: 				arial;
	font-size: 					12px;
	font-weight:				bold;
	font-style: 				normal;
	color: 						#2E2E2E;
	text-decoration: 			none;
}

.post h1 {
	font-family:            	Arial;
	font-size:              	18px;
	font-weight:            	bold;
	color:                  	#000000;
	text-decoration:        	none;
	padding:					8px 0px 0px 0px;	
}

.post h2 {
	font-family:            	Arial;
	font-size:              	11px;
	font-weight:            	normal;
	color:                  	#878787;
	text-decoration:        	none;
	padding:					0px 0px 10px 0px;	
}

.post h3 {
	font-family:            	Arial;
	font-size:              	8px;
	font-weight:            	bold;
	color:                  	#000000;
	text-decoration:        	none;
	padding:					0px 0px 0px 0px;	
}

.post h3 strong {
	font-family:            	Arial;
	font-size:              	12px;
	color:                  	#FF6600;
	text-decoration:        	none;
	padding:					0px 0px 0px 0px;	
}

.post h4 {
	font-family:            	Arial;
	font-size:              	12px;
	font-weight:            	normal;
	color:                  	#878787;
	text-decoration:        	none;
	padding:					0px 0px 0px 0px;	
}

.post h5 {
	font-family:            	Arial;
	font-size:              	14px;
	float:						left;
	padding:					0px 0px 0px 0px;
	margin:                 	0px 0px 0px 0px;	
}

.post h6 {
	font-family:            	Arial;
	font-size:              	14px;
	float:						right;
	padding:					0px 0px 10px 0px;
	margin:                 	0px 0px 0px 0px;	
}

.post li {
	font-weight:				normal;	
	font-family:       			Tahoma;
	font-size:         			11px;
	text-decoration: 			none;
	list-style:					disc;	
}

.post span {

	padding:                	0px 0px 0px 20px;
	margin:                 	0px 0px 0px 0px;	
	float:                  	left; 
}

.post ol { 	
	background:				#036 url(images/gutter.gif) 20px 0px repeat-y; 
	overflow:				auto; 
	font-family:            Arial;
	font-size: 				12px; 	
	margin:                 0px 0px 0px 15px;
	padding:				0px 0px 0px 0px; 
	color:					#ffffff; 
	width:					94%; 
}

.post ol li { 
	background:				#ffc; 
	color:					#ffffff;
	font-size: 				10px; 	
	margin:                 0px 0px 0px 32px;
	padding:				0px 0px 0px 0px; 		
	list-style:				decimal;
}

.post ol li code {
	margin:                 0px 0px 0px 10px;
	color:					#000000;
}

.post ol li code b {
	margin:                 0px 0px 0px 20px;
	font-weight:            normal;
} 

/* Class ITEM */ 

.item {
	background-image:		url(images/bordbg.gif);
	background-position:	top left;
	background-repeat:		repeat-y;
	width:					260px;
	margin:                 5px 5px 10px 2px;
	float:					left;
}

.items {
	padding:				5px 5px 5px 5px; 
}

.item div {
	margin:					0px 0px 0px 0px;
}

/*
.item img{
	float:					left;
}
*/

.item h1 {
	font-family:            	Arial;
	font-size:              	11px;
	color:                  	#000000;
	text-decoration:        	none;	
	padding:					5px 0px 0px 5px;
	margin:                 	0px 0px 0px 0px;
}

.item h2 {
	font-family:            	Arial;
	font-size:              	10px;
	font-weight:            	bold;
	color:                  	#000000;
	text-decoration:        	none;
	padding:                	0px 0px 7px 0px
}

.item h3 {
	font-family:            	Arial;
	font-size:              	10px;
	font-weight:            	normal;
	color:                  	#878787;
	text-decoration:        	none;
	text-align:             	justify;
	padding:					5px 6px 5px 5px;
}

.item h4 {
	font-family:            Arial;
	font-size:              11px;
	font-weight:            normal;
	color:                  #878787;
	text-decoration:        none;
}

.item b {
	font-weight:            normal;
	text-decoration:        none;
	padding:                0px 0px 0px 15px
}

.item span {
	display:				block;
	text-align:             justify;
	padding:				5px 6px 5px 5px;
	font-size:				10px;
	font-family:			Tahoma;
	float:					left;
	color:					#333A43;
	width:					135px;
}

.item  strong {
	display:				block;
	text-align:             justify;
	padding:				5px 6px 5px 5px;
	font-size:				10px;
	font-family:			Tahoma;
/*	float:					left; */
	color:					#333A43;
}

.item li {
	list-style:				none;
	float:					right;
	padding:				0px 5px 0px 0px;	
	text-decoration: 		none;	
}

.item span strong {
	display:				block;
	clear:					both;
}

.item a:link {
	color: 					#45517B;
	font-family: 			arial;
	font-size: 				11px;
	font-weight: 			bold;
	font-style: 			normal;
	text-decoration: 		underline;
}

.item a:visited {
	color: 					#45517B;
	font-family: 			arial;
	font-size: 				11px;
	font-weight: 			bold;
	font-style: 			normal;
	text-decoration: 		underline;	
}
.item a:hover {
	color: 					#000000;
	font-family: 			arial;
	font-size: 				11px;
	font-weight: 			bold;
	font-style: 			normal;
	text-decoration: 		none;
}

/* Class SEPAR */

.separ {
	width:					553px;
	font-size:              16px;
	color:                  #FF6600;
	margin:                 0px 2px 5px 13px;
	float:					left;
	line-height:			normal;
	padding:				0px 0px 0px 0px;		
	display:				inline;
}

.separ div {
	border-top:				1px solid #FF6600;
	border-left:			1px solid #909090;
	border-right:			1px solid #909090;
	border-bottom:			1px solid #909090;	
	background:				#F3F5F6;
	text-align:				justify;
	font-size:				12px;
	font-family:			Arial;
	width:					553px;
	display:				inline;
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 0px 0px;	
	float:					left
}

.separ h1 {
	font-family:            Tahoma;
	font-size:              16px;
	font-weight:            bold;
	color:                  #FF6600;
	text-decoration:        none;
	padding:                0px 0px 0px 10px
}
	
/* Class CART */ 

#cart-table {
	font-family:		"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 			12px;
	width: 				500px;
	text-align: 		left;
	border-collapse: 	collapse;
}

#cart-table th {
	font-size: 			13px;
	font-weight: 		normal;
	color:				#000000;
	height:				10px;
	padding: 			4px; 
	background: 		#f8ba89;
	border-top: 		3px solid #f39c55;
	border-bottom: 		1px solid #fff;
}

#cart-table td {
	padding: 			8px;
	background: 		#e8edff; 
	border-bottom: 		1px solid #fff;
	color: 				#669;
	border-top: 		1px solid transparent;
}

#car-table tr:hover td {
	background: 		#d0dafd;
	color: 				#339;
}

.powered {
	color:                  #00214B
}

.terms {
	color:                  #00214B
}

