html {
	height: 100%;
	margin-bottom: 1px;
}

body {

	background-color: #e8f2fc;
	font-size: 75%;

	background-image: url(../images/site/bg-body.gif);
	background-color: #929292;
}

a {
	color: #24498F;
}

h1, h2, h3 {
	font-size: 1em;
	margin: 0px;
	font-weight: bold;
	letter-spacing: -0.5px;
}

h2 a {
	text-decoration: none;
}

li {
	margin-left: 0px !important;
}

p {
	margin-bottom: 4px;
	line-height: 1.5em;
}

table {
	margin: 0px !important;
	width: auto;
}

td {
	padding: 0px !important;
}

input {
	border: 1px solid #ccc !important;
	background-color: #FFF;
	padding: 3px;
}

textarea {
	width: 340px;
	height: 140px;
}

.red-button {
	background-color: #d53b31;
	color: #fff;
	font-weight: bold;
	border: 1px solid #e66055;
	margin-left: 5px;
}

.white-input {
	border: 2px solid #3e5076 !important;
}

.error, .notice, .success {
		text-align: center;
}

/* COMMON
   --------------------------------------------------- */
#page-container {
	background-color: #fff;
	border-right: 3px solid #929292;
	border-left: 3px solid #929292;
}

#main-container {

}

#header {
	height: 113px;
	background-image: url(../images/site/bg-header.gif);
	background-repeat: repeat-x;
	background-color: #3056a1;
}

	#search-form-container {
		margin-top: 20px;
	}

	#cart {
		color: #fff;
		margin-top: 20px;
	}

		#cart a {
			color: #fff;
		}

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

		#cart-header span {
			margin-bottom: 5px;
		}

		#cart-body {
			margin-top: 5px;
			font-size: 11px;
		}

.green-icon {
	background-color: #197B30;
	background-image: url(../images/common/clearbits/bg_rounded.gif);
	background-repeat: no-repeat;
 	margin-left: 4px;
 	margin-right: 4px;
}

.blue-icon {
	background-color: #369;
	background-image: url(../images/common/clearbits/bg_rounded.gif);
	background-repeat: no-repeat;
 	margin-left: 4px;
 	margin-right: 4px;
}

.red-icon {
	background-color: #c00;
	background-image: url(../images/common/clearbits/bg_rounded.gif);
	background-repeat: no-repeat;
 	margin-left: 4px;
 	margin-right: 4px;
}

.orange-icon {
	background-color: #ff8800;
	background-image: url(../images/common/clearbits/bg_rounded.gif);
	background-repeat: no-repeat;
 	margin-left: 4px;
 	margin-right: 4px;
}

.yellow-icon {
	background-color: #ff8800;
	background-image: url(../images/common/clearbits/bg_rounded.gif);
	background-repeat: no-repeat;
 	margin-left: 4px;
 	margin-right: 4px;
}

.white-icon {
	background-color: #D53B31;
	/* background-image: url(../images/common/clearbits/bg_rounded.gif); */
	background-repeat: no-repeat;
 	margin-left: 4px;
 	margin-right: 4px;
}

.price-big {
	font-size: 1em;
	font-weight: bold;
	color: #DA3217;
}

.price-big strong {
	font-size: 1.5em;
}

.price-small {
	text-align: right;
	font-weight: bold;
}

.bp-spacing {
	margin: 4px;
}

.message {
	font-weight: bold;
	margin: 10px 0;
	background-color: #D9DCE0;
	padding: 8px;
	border: 1px solid #C5C7CC;
}

.help {
	margin: 10px 0;
	background-color: #D5E4FF;
	padding: 8px;
	border: 2px solid #A2AEC5;
}

span.help {
	display: block;
}

.image-caption {
	font-size: 0.833em;
	color: #555;
	text-align: center;
	margin-top: 4px;
}

/* HOME
   ------------------------------------------------------- */
#homepage-container {
    overflow: hidden;
}


/* FORMULARIOS
   ------------------------------------------------------- */
.form-field {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
}

.form-field label {
	color: #24498F;
}

.form-error {
	color: #c00;
}

/* PAGINADOR
   ------------------------------------------------------- */

.pagination {
	background: #D9DCE1;
	color: #666;
	padding: 7px;
	margin: 5px 0px;
	margin-right: 20px;
	font-size: 0.833em;
}

.pagination p {
	position:relative;
	text-align:right
}

.pagination p a:link, .pagination p a:visited, .pagination p a:hover, .pagination p a:active {
	text-decoration:none;
	background: #fff;
	padding:2px 5px;
	border: 1px solid #E1E8F0;
	color : #000 ;
}

.pagination p a:hover {
	background:#336699;
	color:#fff;
}

.pagination p span {
	text-decoration:none;
	background:#fff;
	padding: 2px 5px;
	border: 1px solid #E1E8F0;
	color:#ccc
}

.pagination * {
	margin:0
}

.pagination h4 {
	font-family: tahoma, arial, verdana, helvetica, geneva;
	font-size: 11px;
	margin-top:-0.45em;
	padding:0;
	border:none
}

/* MENU SUPERIOR
   --------------------------------------------------- */
#menu-top-container {
	height: 49px;
	background-color: #da3217;
	background-image: url(../images/site/bg-menu-top.gif);
	background-repeat: repeat-x;
}

	#menu-top {
		list-style: none;
		margin-left: 0;
	}

	#menu-top li {
		float: left;
		width: 123px;
		height: 49px;
	}

	#menu-top li a {
		color: #fff;
		text-decoration: none;
		display: block;

		width: 108px;
		height: 46px;
		padding-top: 3px;
		padding-left: 15px;
	}

	#menu-top li a:hover {
		background-image: url(../images/site/bg-menu-top-a.gif);
	}


/* BARRA IZQUIERDA
   --------------------------------------------------- */
#left-sidebar {
	background-color: #224891;
}

	#fb-container {
		margin-top: 20px;
		text-align: center;
		padding-right: 10px;
	}

		#fb-container p, #fb-container a {
			color: #fff;
			font-size: 13px;
			text-decoration: none;
		}

		#fb-container a:hover {
			color: #fff;
		}

	.left-box {
		width: 210px;
		background-color: #fbfbfb;
		margin-left: 10px;
		margin-top: 20px;
	}

	.left-box h2 {
		color: #24498f;
		padding-left: 10px;
		font-weight: bold;
		padding-top: 3px;
		height: 22px;
		background-image: url(../images/site/bg-left-box-header.gif);
		background-repeat: no-repeat;
	}

	.left-box-body {
		background-color: #d9dce1;
		color: #424443;
		width: 210px;
	
		overflow: hidden;
		zoom: 1;
	}
	
		#address-container {
			float: left;
			width: 155px;
		}
		
		#map-icon-container {
			float: left;
			width: 50px;
			text-align: center;
			padding: 5px 0px;
		}

		.left-box-body p {
			width: 155px;
			padding: 10px;
			margin: 0px !important;
		}

	.left-box-footer {
		height: 5px;
		background-color: #d9dce1;
		background-image: url(../images/site/bg-left-box-footer.gif);
		background-repeat: no-repeat;
	}

	#left-products-list h2, #left-brands-list h2 {
		cursor: pointer;
	}

	.nav-level-2 {
		list-style: none;
		margin: 0px;
	}

	.nav-level-2 li {
	}

	.nav-level-2 li a:hover {
		color: #fff;
		text-decoration: none;
	}

	.open-family-group {
		display: block;
		width: 175px;
		padding-left: 35px;
		height: 16px;
		padding-top: 2px;
		padding-bottom: 5px;

		background-image: url(../images/site/bg-nav-level-2.gif);
		background-repeat: no-repeat;
		background-color: #335698;
		color: #fff;
		font-weight: bold;
		border-bottom: 1px solid #bfc1be;
        
        text-decoration: none;
	}

	.nav-level-3 {
		list-style: none;
		margin: 0px;
	}

	#nav-brands-list li, .nav-level-3 li {
		height: 23px;
		background-image: url(../images/site/bg-nav-level-3.gif);
		background-repeat: no-repeat;
		background-color: #e6eaf6;
		border-bottom: 1px solid #c0c0c0;
	}

	#nav-brands-list li a, .nav-level-3 li a {
		padding-left: 55px;
		width: 155px;
		overflow: hidden;
		color: #3e413a;
		font-size: 0.917em;
		font-weight: bold;

		padding-top: 5px;
		padding-bottom: 0;
		height: 16px;
		display: block;
        
        text-decoration: none;
        line-height: 16px;
	}

	#nav-brands-list li a:hover, .nav-level-3 li a:hover {
		text-decoration: none;
		color: #222222;
	}

/* CENTRO DE PAGINA
   --------------------------------------------------- */
#main-content {
	padding-top: 17px;
}

	#main-content h2 {
		font-size: 1.167em;
		color: #24498F;
		margin: 5px 0;
	}

	#breadcrumb {
		color: #24498F;
		margin-bottom: 20px;
	}

	#breadcrumb a {
		color: #24498F;
	}

	.highlight {
		background-color: yellow !important;
		font-weight: bold;
		padding: 0 4px;
		text-transform: uppercase;
	}

	/* LISTA DE PRODUCTOS
	   ------------------------------------------- */
	.product {
		margin-bottom: 30px;
	}

	.product-name h2 {
		font-size: 1.333em !important;
		color: #24498F;
		margin-left: 0px;
		padding-bottom: 5px;
		border-bottom: 1px solid #24498F;
	}

	.product-family-link {
		color: #666;
		margin-bottom: 4px;
		font-size: 0.917em;
	}

	.product-image {
		margin: 5px;
		margin-bottom: 10px;
	}

	.product-description {
		margin-bottom: 10px;
		margin-top: 10px;
		font-size: 0.923em;
		color: #444;
	}

	.product-price {
		text-align: center;
		margin-top: 10px;
	}
	
	.price-normal {
		font-size: 10px;
		color: #DA3217;
	}
	
	.price-normal strong {
		font-size: 1.2em;
	}

	.cart-actions-container {
		padding-top: 20px;
	}

		.product-add-to-cart {
			font-size: 0.833em;
			color: #333;
			text-decoration: none;
		}

		img.product-add-to-cart {
				background-color: #197B30;
		}

	.product-prices-tooltip {
		background-color: #e7f3ff;
		border: 1px solid #369;
		display: none;
		z-index: 20;
		position: relative;
		float:left;
		width: 280px;
	}

	.price-payment-methods {
		font-size: 0.917em;
		color: #333;
	}

		#JT_arrow_left{
			background-image: url(../images/arrow_left.gif);
			background-repeat: no-repeat;
			background-position: left top;
			position: absolute;
			z-index:101;
			left:-12px;
			height:23px;
			width:10px;
			top:-3px;
		}

		#JT_arrow_right{
			background-image: url(../images/arrow_right.gif);
			background-repeat: no-repeat;
			background-position: left top;
			position: absolute;
			z-index:101;
			height:23px;
			width:11px;
			top:-2px;
		}

		#JT {
			position: absolute;
			z-index:100;
			border: 2px solid #CCCCCC;
			background-color: #fff;
		}

		#JT_copy{
			padding:10px 10px 10px 10px;
			color:#333333;
		}

		.JT_loader {
			background-image: url(../images/loader.gif);
			background-repeat: no-repeat;
			background-position: center center;
			width: 100%;
			height: 12px;
		}

		#JT_close_left{
			background-color: #CCCCCC;
			text-align: left;
			padding-left: 8px;
			padding-bottom: 5px;
			padding-top: 2px;
			font-weight:bold;
		}

		#JT_close_right{
			background-color: #CCCCCC;
			text-align: left;
			padding-left: 8px;
			padding-bottom: 5px;
			padding-top: 2px;
			font-weight:bold;
		}

		#JT_copy p {
			margin:3px 0;
		}

		#JT_copy img{
			padding: 1px;
			/* border: 1px solid #CCCCCC; */
		}

	.product-actions img {
		vertical-align:middle;
	}

	.product-actions a {
		color: #666;
	}

	.product-actions a:hover {
		color: #333;
	}

	ol.products-list {
		margin-left: 2.5em !important;

	}

	ol.products-list li {
		margin-bottom: 0.75em;
		font-size: 0.917em;
	}

	ol.products-list li a {
		color: #24498F;
	}

	ol.products-list li a:hover {
		text-decoration: none;
	}
	
	.current-cart-id {		
		padding-left: 5px;
		color: #cc0000;
		font-weight: bold;
	}

	/* ARME SU PC
	   ------------------------------------------- */
	.system-parts-item {
		margin-bottom: 15px;
	}

	.system-parts-item .product-name a {
		color: #333;
	}

	.system-parts-item .product-name a:hover {
		text-decoration: none;
	}

	#systems-customize-container .buttons-container {
		padding-bottom: 20px;
	}

	/* LISTADOS
	   --------------------------------------------------------- */
	.list {
		margin-bottom: 20px;
	}

	.list-header {
		background-image: url(../images/site/bg-list-header.gif);
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		height: 22px;
		padding-top: 3px;
		color: #24498f;
		font-weight: bold;
		margin-bottom: 4px;
	}

	.list-header-center {
		text-align: center;
	}

	.list-header-right p {
		text-align: right;
		margin-right: 4px;
	}

	.list-item {
		margin-top: 2px;
		margin-bottom: 2px;
		padding-bottom: 2px;
		border-bottom: 1px solid #ccc;
	}

	.list-item .span-1 input {
		padding-left: 0 !important;
		padding-right: 1px !important;
	}

	.buttons-container {
		margin-top: 15px;
		padding-bottom: 50px;
	}

	.buttons-container .button {
		float: right;
		background-color: #d53b31;
		color: #fff;
		font-weight: bold;
		border: 1px solid #e66055 !important;
		margin-left: 5px;
		display: block;
		text-decoration: none;

		padding: 3px 5px;
	}

	#shippingInformation {
		display: none;
	}

	/* ARME SU PC
	   ------------------------------------------- */

	#help-container {
		display: none;
	}

	#system-customize-container {
		margin: 5px;

		width: 525px;
		/*height: 500px; 
		max-height: 500px; */

		position: relative;
	}

	.system-customize-nav {

		position: absolute;
		top: 10px;

		float: left;
		cursor: pointer;
	}

	#system-customize-parts {
		width: 465px;
		/* height: 500px; */
		clear: left;
		overflow: hidden;

		margin-left: 30px;
	}

	#system-customize-parts-container {
		width: 61500px;
	}

	#system-customize-previous {
		left: 0px;
	}

	#system-customize-next {
		right: 0px;
	}

	.customize-family-container {
		width: 465px;
		padding-left: 5px;
		padding-right: 5px;
		/* height: 500px;
		min-height: 500px; */
		float: left;
	}

	.message {
		font-size: 14px;
		margin: 7px 0px 6px 0px;
		color: #51584F;
	}

	.product-thumbnail-container {
		margin: 10px 0 5px 0;
		padding: 5px;
		border: 1px solid #ddd;
		text-align: center;
	}

	.imageThumbnail {
		border: 1px solid #ddd;
	}

	.product-price-container {
		padding: 5px;
	}

	.part-container {
		cursor: pointer;
	}

	.selected-part-container {
		background-color: #eee;
		border: 1px solid #ccc !important;
		padding: 5px !important;
	}

	.system-family-header {
		height: 22px;
		margin-bottom: 5px;
	}

	.system-family-header h1 {
		font-size: 1.167em;
		color: #24498F;
		margin-left: 0px;
		padding-bottom: 5px;
		border-bottom: 1px solid #24498F;
	}

	.part-container {
		width: 447px;
		padding: 6px;
		margin-bottom: 5px;
	}

	.part-column {
		float: left;
		overflow: hidden;
	}

	.part-column-01 {
		width: 20px;
		text-align: center;
		padding-top: 16px;
	}

	.part-column-02 {
		width: 35px;
		padding: 5px;
		text-align: center;
	}

	.part-column-03 {
		width: 380px;
	}

	.part-column-03 .product-name {
		font-weight: bold;
		margin: 0 !important;
	}

	.part-column-03 .product-quantity {
		font-size: 0.917em;
		color: #999;
	}

	.part-column-03 .product-price {
		color: #A66918;
	}

	.part-column-03 .default-price {
		color: #178517;
	}

	.part-column-04 {
		width: 110px;
		text-align: right;
		padding-right: 2px;
	}

	.price-column {
		float: left;
	}

	.price-column-01 {
		width: 500px;
		padding: 5px;
		text-align: right;
	}

	.price-column-02 {
		width: 95px;
		padding: 5px;
		text-align:right;
	}
    
    /* RESUMEN EQUIPO EN ARMADO */
    #system-partial-container {
        background-color: #24498F;
        color: #fff;
        font-size: 11px;
    }
    
    #system-partial-container h2 {
        text-align: center;
        margin: 5px;
        color: #fff;
        font-size: 14px;
    }
    
    #system-partial-container input {
        width: 20px;
        text-align: center;
        border: 1px solid #fff;
        color: #333;
        padding: 1px;
        margin-left: 3px;
    }
    
    #system-partial-container .span-9 {
        padding: 3px 0px;
    }
    
    #system-partial-container .price {
        text-align: right;
        margin-right: 5px;
    }
    
    #system-partial-container .family-name {
        border-bottom: 1px solid #1ea2ea;
        margin-bottom: 2px;
        font-size: 12px;
        font-weight: bold;
    }
    
    #system-partial-container .hidden-part {
        display: none;
    }
    
    #system-partial-container .current-family {
        background-color: #63779e;
    }

	/* CONTENIDO ESTATICO
	   ------------------------------------------- */
	.static-content h1 {
		font-size: 1.25em;
		color: #AD341E;
		padding-bottom: 3px;
		border-bottom: 1px solid #AD341E;
		margin-bottom: 20px;
	}

	.static-content h2 {
		/*border-bottom: 1px solid #24498F; */
		padding-bottom: 3px;
		margin-bottom: 10px !important;
		padding-left: 20px;
		background-image: url(../images/common/checkmark_green.gif);
		background-repeat: no-repeat;
		background-position: left center;
	}

	.static-content p, .static-content ul {
		margin-bottom: 15px;
	}

	.static-content ol li {
		margin-bottom: 10px;
	}

	.static-content ul li {
		margin-bottom: 5px;
	}

/* PERFIL DEL USUARIO
   --------------------------------------------------- */
#user-profile-container h4 {
		font-size: 1.25em;
		color: #AD341E;
		padding-bottom: 3px;
		border-bottom: 1px solid #AD341E;
		margin: 20px 0;
}

#user-profile-container h4.first-header {
		margin-top: 0;
}

/* BLOG
   --------------------------------------------------- */
.post-container h2 {
	font-size: 1.5em !important;
	margin-bottom: 0;
	letter-spacing: -0.5px;
	padding-left: 4px;
}

.post-container h2 a, .post-container h2 span {
	color: #24498F;
	text-decoration: underline;
}

.post-info p {
	font-size: 0.917em;
	color: #333;
	margin-bottom: 10px;
	padding-left: 4px;
}

.post-content {
	font-size: 1em;
	margin-bottom: 30px;
	color: #222;
	padding-left: 4px;
}

.post-content p {
	margin-bottom: 1em !important;
	line-height: 1.8em;
	text-align: justify;
}

.post-content h3 {
	margin: 1.5em 0;
}


#blog-comments-container {

}

	#blog-comments-container h3 {
		font-size: 1.5em;
		margin-bottom: 0.75em;
		color: #24498F;
	}

	.comment-container {
		border: 1px solid #ddd;
		padding: 10px;
		margin-bottom: 1em;
	}

		.comment-avatar {
			width: 45px;
			float: left;

			text-align:center;
		}

		.comment-data {
			float: left;
			margin-left: 10px;
		}

			.comment-data h5 {
				margin: 0;
				margin-bottom: 5px;

				font-size: 1.167em;
			}

		.comment-time {
			color: #333;
			font-size: 0.917em;
		}

		.comment-text {

			border-top: 1px solid #eee;
			padding-top: 0.833em;
			margin-top: 0.33em;
			margin-bottom: 0.5em !important;
			line-height: 1.8em;
			text-align: justify;
		}
		
		
		
/* MAPA
   --------------------------------------------------- */
.open-map {
	font-size: 11px;
}

#map-container {
	width: 610px;
	height: 480px;	
}

/* PIE DE PAGINA
   --------------------------------------------------- */
#footer {
	height: 73px;
	padding-top: 2px;

	color: #fff;
	text-align: center;

		border-top: 2px solid #1da1e9;
		margin-top: 4px;
}

	#footer a {
		color: #fff;
	}

#footer {

}

		#footer-content-container {
				height: 53px;
				margin-top: 2px;
				padding-top: 20px;
				background-image: url(../images/bg-footer.png);
		}
		

/*  POPUP
    ---------------------------------------------------------------------------- */
.popup-content {
    background-color: #fff;
    padding: 10px;
    border: 2px solid #ccc;
    margin: 5px;
    color: #333;
}

.popup-content h1 {
    font-size: 16px;
    color: #24498F;
    border-bottom: 1px solid #24498F;
    margin-bottom: 10px;
}

.popup-content h2 {
    font-size: 14px !important;
    font-weight: normal;
    margin-bottom: 10px;
}

.popup-content p {
    font-size: 12px;
}

.popup-content .form-row {
    margin: 5px 0px;
}

.popup-content #form-errors-container {    
    display: none;
    margin: 5px; 
    background:#FBE3E4;
    color:#8a1f11;
    border: 1px solid #FBC2C4;
    padding: 5px;
}
