@charset "utf-8";
/* CSS Document */

/*CLASSES*/

/*Links*/
a {color:#0000FF; text-decoration:none;}
a:hover {color:#FF0000;}

/*Side Nav Bar*/
.sideNavBar {float:left; width:3px; height:47px;
			 background:url(../images/sidenavbar.gif);}
.NavTitle {font:17px Arial;}
.contactLeft {font:15px Arial;}
.sideLink {color:#000000; font-family:Arial; font-size:14px;}

/*Offers*/
.offerPic {float:left; margin-left:3px; margin-right:3px; margin-top:2px; margin-bottom:2px;}
.offer {border:1px solid #000000; margin-left:3px; margin-right:3px; margin-top:2px; margin-bottom:2px; min-height:142px; width:590px;}
.titleOffer {color:#FF0000; font-family:Arial; font-size:18px; font-weight:bold;}
.offerText {color:#cc00ff; font-family:Arial; font-weight:bold;}
.deadline {color:#cc00ff; font-family:Arial; font-size:11px;}
.offerLink {font-family:Arial; font-size:18px; font-weight:bold; line-height:20px;}
.addText {color:#cc00ff; font-family:Arial;}

/*Productos for sale*/
.producto {width:100%; height:auto; padding-top:5px; padding-bottom:5px;}

/*Cart Buttons*/
.addButton {float:left;}
.descButton {padding-left:5px; float:left;}

/*Puntos de Venta*/
.pTitle {font-size:20px; font-weight:bold;}
.pText {font-size:14px; font-weight:bold;}

/*Other*/
.clearBoth {clear:both;}
.page {margin-top:5px; margin-left:3px; margin-right:3px;}
.title {font-family:Arial; font-size:22px; color:#cc00ff; font-weight:bold;}
.text {font-family:Arial; font-size:15px; color:#cc00ff;}
.mtitle {font-family:Arial; font-size:18px; color:#cc00ff; text-decoration:underline;}

/*END CLASSES*/

/*MAIN PAGE*/
#page-container {width:814px; margin:auto; margin-top:5px; background:url(../images/navcolumnbg.gif) repeat-y;}

/*LOGO*/
#logo {}

/*Bordados Table*/
#btable {border:thin solid;}

/*NAV BAR*/
#nav-bar {float:left; background:url(../images/navbar.png) repeat-x;
		  height:47px; width:808px;}
#top-nav {font:19px Arial; width:800px; margin-left:-12px; margin-top:12px;}
#top-nav li {display: inline;}
#top-nav li a {float:left; padding-right:16px; text-decoration: none; color:#000000; text-decoration:none;}
#top-nav li a:hover, #top-nav li a.current {color:#FF0000;}

/*NAV COLUMN*/
#nav-column {float:left; height:auto; width:205px;}

/*PAGE BODY*/
#page-body {float:left; min-height:900px; width:606px; background:#ffffff; border-right-color:#ff8a00; border-right-style:solid;
			border-right-width:3px;}

/*FOOTER*/
#footer {background:url(../images/navbar.png) repeat-x;
		 border:#ff8a00 solid 3px;}
