@charset "UTF-8";
/* CSS Document */

/* Typography */

body {
	line-height: 1.5;
	font-family: helvetica, arial, sans-serif;
}

a {
	text-decoration: none;
}

#navigation {
	float: right;
	width: 435px;
	overflow: hidden;
	font-size: 8px;
	margin-top: 55px;
	margin-right: 20px;
	font-family: arial;
	letter-spacing: 2.5px;
	text-transform: uppercase;	
}

.navtop {
	list-style:none; 
	float:left; 
	padding-right:20px;
}

.navtop2 {
	list-style:none; 
	float:left; 
	padding-right:20px;`
}

.navlast {
	float:left;
	margin-right: 0;
}

#navigation ul li{
	padding-bottom: 16px;
}

#navigation ul li a{
	color: #535657;
}

#navigation ul li a:hover{
	color: #ff006e;
}


#navcart {
	list-style:none; 
	float:left; 
	padding-left:10px;
}

#navcart a {
	background: #bbe4fc;
}

#navcart-last {
	list-style:none; 
	float:left; 
	padding-left:20px;
}

#navcart-last a {
	background: #bbe4fc;
}



/* Colors */

.pink {color: #ff7755;}
.yellow {color: #f4bd46;}
.green {color: #2fd476;}
.aqua {color: #55e0cb;}
.navy {color: #3cb3f5;}
.blue {color: #354aeb;}
.purple{color: #a868e0;}
.gray {color: #989da5;}
.red {color: #fe4243;}



#search_mini_form{
	position: absolute;
	top: 20px;
	right: 30px;
	font-family: Arial;
	height: 12px;

}

#search_mini_form input[type=text]{
	background: #B5B8BF;
	border: 0;
	color: #fff;
	width: 160px;
	padding:1px 10px;
	font-size: 10px;
	
}


#search_mini_form input[type=submit]{
	background: transparent;
	border: 0;
	color: #81848C;
	padding-left: 6px;
	text-transform: uppercase;	
	font-family: Arial;
	font-size: 8px;
	cursor: pointer;
	padding-left:5px; 

}



/* sidebar */

#sidebar h2{
	background:#ff006e;
	color: #fff;
	font-size: 8px;
	text-transform: uppercase;
	text-align: center;
	height: 14px;
	line-height: 14px;
	letter-spacing: 2px;
	padding: 0 2px;
}

#sidebar ul {
	margin-top: 10px;
}

#sidebar ul li {
	font-size: 11.5px;
	letter-spacing: 2px;
}

#sidebar ul li a {
	padding-left: 10px;
}

#sidebar ul li a.cat5 {
	font-size: 11.5px;
	letter-spacing: 1px;
}

#sidebar ul li a {
	display: block;
	height:48px;
	line-height: 48px;
	margin-left: 10px;
}

#sidebar ul li a:hover.cat1 {
	background:  transparent url(../images/leftnav-calloutsv2.gif) no-repeat;
	background-position: -0px 0px;
	margin-left: 5px;
	text-indent: -9999px;
}

#sidebar ul li a:hover.cat2 {
	background:  transparent url(../images/leftnav-calloutsv2.gif) no-repeat;
	background-position: 0px -48px;
	margin-left: 5px;
	text-indent: -9999px;
}

#sidebar ul li a:hover.cat3 {
	background:  transparent url(../images/leftnav-calloutsv2.gif) no-repeat;
	background-position: -0px -96px;
	margin-left: 5px;
	text-indent: -9999px;
}

#sidebar ul li a:hover.cat4 {
	background:  transparent url(../images/leftnav-calloutsv2.gif) no-repeat;
	background-position: -0px -144px;
	margin-left: 5px;
	text-indent: -9999px;
}

#sidebar ul li a:hover.cat5 {
	background:  transparent url(../images/leftnav-calloutsv2.gif) no-repeat;
	background-position: -0px -192px;
	margin-left: 5px;
	text-indent: -9999px;
}

#sidebar ul li a:hover.cat6 {
	background:  transparent url(../images/leftnav-calloutsv2.gif) no-repeat;
	background-position: -0px -240px;
	margin-left: 5px;
	text-indent: -9999px;
}

#sidebar ul li a:hover.cat7 {
	background:  transparent url(../images/leftnav-calloutsv2.gif) no-repeat;
	background-position: -0px -288px;
	margin-left: 5px;
	text-indent: -9999px;
}

#sidebar ul li a:hover.cat8 {
	background:  transparent url(../images/leftnav-calloutsv2.gif) no-repeat;
	background-position: -0px -336px;
	margin-left: 5px;
	text-indent: -9999px;
}

#sidebar ul li a:hover.cat9 {
	background:  transparent url(../images/leftnav-calloutsv2.gif) no-repeat;
	background-position: -0px -336px;
	margin-left: 5px;
	text-indent: -9999px;
}


/* SIDEBAR2 */

#sidebar2 h2{
	background:#ff006e;
	color: #fff;
	font-size: 8px;
	text-transform: uppercase;
	text-align: center;
	height: 14px;
	line-height: 14px;
	letter-spacing: 2px;
}

#sidebar2 ul {
	margin-top: 10px;
}

#sidebar2 ul li {
	font-size: 11.5px;
	letter-spacing: 2px;
}

#sidebar2 ul li a {
	padding-left: 10px;
}

#sidebar2 ul li a.cat5 {
	font-size: 11.5px;
	letter-spacing: 1px;
}

#sidebar2 ul li a {
	display: block;
	height:48px;
	line-height: 48px;
	margin-left: 10px;
}

#sidebar2 ul li a:hover.cat1 {
	background:  transparent url(../images/leftnav-calloutsv2.gif) no-repeat;
	background-position: -0px 0px;
	margin-left: 5px;
	text-indent: -9999px;
}

#sidebar2 ul li a:hover.cat2 {
	background:  transparent url(../images/leftnav-calloutsv2.gif) no-repeat;
	background-position: 0px -48px;
	margin-left: 5px;
	text-indent: -9999px;
}

#sidebar2 ul li a:hover.cat3 {
	background:  transparent url(../images/leftnav-calloutsv2.gif) no-repeat;
	background-position: -0px -96px;
	margin-left: 5px;
	text-indent: -9999px;
}

#sidebar2 ul li a:hover.cat4 {
	background:  transparent url(../images/leftnav-calloutsv2.gif) no-repeat;
	background-position: -0px -144px;
	margin-left: 5px;
	text-indent: -9999px;
}

#sidebar2 ul li a:hover.cat5 {
	background:  transparent url(../images/leftnav-calloutsv2.gif) no-repeat;
	background-position: -0px -192px;
	margin-left: 5px;
	text-indent: -9999px;
}

#sidebar2 ul li a:hover.cat6 {
	background:  transparent url(../images/leftnav-calloutsv2.gif) no-repeat;
	background-position: -0px -240px;
	margin-left: 5px;
	text-indent: -9999px;
}

#sidebar2 ul li a:hover.cat7 {
	background:  transparent url(../images/leftnav-calloutsv2.gif) no-repeat;
	background-position: -0px -288px;
	margin-left: 5px;
	text-indent: -9999px;
}

#sidebar2 ul li a:hover.cat8 {
	background:  transparent url(../images/leftnav-calloutsv2.gif) no-repeat;
	background-position: -0px -336px;
	margin-left: 5px;
	text-indent: -9999px;
}

#sidebar2 ul li a:hover.cat9 {
	background:  transparent url(../images/leftnav-calloutsv2.gif) no-repeat;
	background-position: -0px -336px;
	margin-left: 5px;
	text-indent: -9999px;
}


/* PROMO1 */

.promo1 {
	height: 120px;
	margin-bottom: 10px;
}


/* NEWSLETTER */

.newsletterbox {
	position: relative;
	background: #989CA5;
	height: 90px;
	padding: 0;
	width: 150px;
	background: transparent url(../images/subscribe-bk.png) no-repeat top left;
}


.newsletterbox input[type=text] {
	height: 12px;
	width: 123px;
	border: 0;
	margin-top: 30px;
	margin-left: 11px;
	color: #333333;
}

.subscribebtn {
	height: 25px;
	width: 30px;
	position: absolute;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	right: 10px;
	top:45px;
}

/* Components */
.hr {height: 4px; background: #cccccc; width: 100%;}

/* Category list products */

#products-grid-ul li {float:left;}

/* TOOLTIP */
#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #ccc;
	padding: 5px;
	opacity: 0.80;
}

#tooltip h3 {
	font-size: 11px;
}

.zoombtn {
	position: absolute;
	left: 114px;
	margin-top: 3.5px;
}

ul.social-tools {
	position: absolute;
	top:25px;
}

ul.social-tools li {
	float: left;
	padding-right:6px;	
	line-height: 16px;
	padding-bottom: 0;
}

ul.social-tools li a {
	display: block;
	background: transparent url(../images/social-icons2.gif) no-repeat;
	text-indent: -9999px;
	height: 14px;
	cursor: pointer;	

}

ul.social-tools li a.facebook {
	background-position: 0 0;
	width: 14.5px;
}

ul.social-tools li a.facebook:hover {
	background-position: 0 -14px;
	width: 14.5px;
}

ul.social-tools li a.twitter {
	background-position: -21px 0;
	width: 14px;
}

ul.social-tools li a.twitter:hover {
	background-position: -21px -14px;
	width: 14px;
}

ul.social-tools li a.flickr {
	background-position: -43.5px 0;
	width: 18px;
}

ul.social-tools li a.flickr:hover {
	background-position: -43.5px -14px;
	width: 18px;
}

ul.social-tools li a.youtube {
	background-position: -68px 0;
	width: 34px;
}

ul.social-tools li a.youtube:hover {
	background-position: -68px -14px;
	width: 34px;
}

/* NEW HOME */

#home-wrap{margin-left: 35px; overflow: hidden; position: relative;}

#home-promos {overflow: hidden; margin-top: 25px;}
#free-shipping {float: left; width: 380; margin-right: 21px;}

#stores {width: 382px; float: left;}
#stores span {margin: 0; padding: 0; overflow: hidden; display: block; height: 8px}
#stores ul {padding: 0; margin: 0}
#stores ul li {display: inline; list-style: none}
#weather_clock {
	background: transparent url(../images/info_star.png) no-repeat;
	height: 128px;
	width: 128px;
	position: relative;
	margin-bottom: 20px;
	margin-top: 7px;
}

#weather_clock ul {
	position: absolute;
	left: 24px;
	top:29px;
}

#weather_clock ul li {
	font-family: Arial;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1.75px solid #99d6ff;
	padding: 3px 0;
}

#weather_clock ul li.bogota{
	padding-top: 5px;
}

#weather_clock ul li.miami, #weather_clock ul li.bogota{
	font-size: 11px;
	letter-spacing: .5px;
	text-align: center;
	width: 80px;
}

#weather_clock ul li:last-child {
	border: 0;
}

div#weather_clock ul li.time {letter-spacing: 1px;}

.downloads li {list-style: none;}
.downloads li.downloadlink {margin-bottom: 20px;}


/*PLAYER CONTROL */

#player_control {

}

#player_control ul {
	position: absolute;
	bottom: 180px;
	right: 65px;
	margin: 0;
	padding: 0;
	width: 90px;
	z-index: 50;
	list-style: none;
}

#player_control ul li {
	float: left;
	height: 14px;
	padding-right: 8px;
}

#player_control ul li a {
	height: 14px;
	display: block;
	background: transparent url(../images/player-controls.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

#player_control ul li a.back {
	background-position: 0 0	;
	width: 14px;
}

#player_control ul li a.back:hover {
	background-position: 0 -14px;
}

#player_control ul li a.pause {
	background-position: -53px 0px;
	width: 11px;
}

#player_control ul li a.pause:hover {
	background-position: -53px -14px;
	width: 11px;
}

#player_control ul li a.forward {
	background-position: -27px 0;
	width: 15px;
}

#player_control ul li a.forward:hover {
	background-position: -27px -14px;
	width: 15px;
}

#player_control ul li a.play {
	background-position: -75px 0;
	width: 8px;
}

#player_control ul li a.play:hover {
	background-position: -75px -14px;
	width: 8px;
}
