﻿
.searchbutton
{
    top:0px;
    left:0px;
    width:167px;
    height:27px;  
    font-weight:bold;
    margin:5px 0 0 10px;
    padding:0 0 10px 47px;
      
    display:inline;
    background: url(../images/search1.png) no-repeat;
    color:#CCCCCC;
    border:0;
    cursor:pointer;
}


.searchBg
{
	top:0px;
	left:0px;
	height:203px;
	width:615px;
	float:left;
    margin:5px 0 0 3px;
}
.columnBg
{
    margin:0px auto;
	top:0px;
	left:0px;
	height:200px;
	margin:3px 0 0 2px;
	float:left;
	position:relative;
	background-color:#262727;
    border:1px solid #2e2e2f;
    font-size:13px;
	font-weight:bold;
    width:310px;
	/* IE 6 DOUBLE MARGIN FIX */
	display:inline;
}
.columnBg .title
{
    float:left;
    width:100%;
    height:20px;
}
.searchColumn2
{
	height:auto;
	float:left;
	text-align:center;
    margin:0;
	margin-top:10px;
    margin-bottom:10px;
    color:#ffffff;
    font-size:12px;
}
.searchColumn1
{
	height:auto;
	float:left;
	text-align:center;
    margin:0;
	margin-top:10px;
    margin-bottom:10px;
    color:#ffffff;
  font-size:12px;
}
.searchColumn
{
    position:absolute;
    top:0;
    left:105px;
	height:185px;
	text-align:left;
    width:180px;
    margin:0;
	margin-top:10px;
    margin-bottom:10px;
    color:#343535;
    font-size:12px;

}
.searchText
{
float:left; 
  text-align:center;
  color:#ffffff;
  font-size:11px;
  font-weight:normal;
  margin:2px 0 0 30px;
  width:110px;
letter-spacing:1px
  }
.descText
{
    font-size:6pt;
}
.searchCheckbox
{
	height:30px;
	width:30px;
	float:left;
	vertical-align:middle;
    margin:5px 10px 20px 10px;
}

.networkList
{ 
    margin:0; padding:0;
    height:180px;
    width:100px;
    color:#FFFFFF;
    display:block; 
    float:left;
}

select  
{
    top:40px;
    border: none;
    text-align:center;
} 
fieldset {
    height:33px;
    border:none;
    padding:0;
    margin:0 5px 6px 0;
    float:left;
     width:150px;   
}
fieldset.internet {
    height:26px;
    border:none;
    margin:27px 0 0 0;
    padding:0px;
}
#search-placeholder .loader
{
    position:absolute;
    width: 401px;
    height:215px;
    margin:98px 0 0 0;
    text-align:center;
}
.radioButton
{
    font-size:8pt;
}

/* BREADCRUMS */

#breadcrumbs
{
    color:#343434;
}
#breadcrumbs a
{
    color:#343434;
    font-weight:bold;
    text-decoration:none;
}
#breadcrumbs a:hover
{
    font-weight:bold;
    text-decoration:underline;
}

/*DROPDOWN*/

.topnav
{
    height:26px;
    margin-top:10px;
    margin:15px 15px 0px 15px;
}
.topnav a.dropdown {
	background:#425c78;
	padding:6px 6px 0 6px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	*background:transparent url("../images/nav-bg-ie.png") no-repeat 0 0;
	float:left;
	width:94%;    	
	top:3px;
     height:24px;
}
.topnav a.dropdown:hover {
	background:#688e9b;
	color:#ffffff;
	*background:transparent url("../images/nav-bg-hover-ie.png") no-repeat 0 0;
}
.topnav a.selected {
	background:#ff7f29;
	color:#ffffff;
	*background:transparent url("../images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
}
.topnav a.dropdown, #topnav a.dropdown:hover {
	*background-position:0 3px!important;
}

a.dropdown {
	
}
a.dropdown span {
	background-image:url('../images/toggle_down_light.png');
	background-repeat:no-repeat;
	background-position:right 50%;
	padding:4px 16px 6px 0;
}
.topnav a.menu-open {
	background:#688e9b!important;
	color:#FFFFFF!important;
	outline:none;
}
.small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
a.dropdown.menu-open span {
	background-image:url('../images/toggle_up_dark.png');
	color:#bfd8ff;
}

.dd_menu {
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
     behavior: url(../images/border-radius.htc);
	display:none;
	background-color:#688e9b;
	position:absolute;
	width:395px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	padding:12px;
    left:15px;
	margin-right: 0px;
	*margin-right: -1px;
	color:#FFFFFF;
	font-size:11px;
}
.dd_menu ul {
	padding:0;
	margin:0 0 0 5px;
	}
.dd_menu .giftList li {
	float:left;
	width:195px;
	padding:0;
	margin:0;
}
.dd_menu .makeList li, .dd_menu .modelList li  {
	float:left;
	width:130px;
	padding:0;
	margin:0;
}

.dd_menu a {
	color:#FFFFFF;
}
.dd_menu a:hover {
	text-decoration:underline;
}
.dd_menu label {
	font-weight:normal;
}
.dd_menu p.remember {
	padding:10px 0;
}
.dd_menu p.forgot, #dd_menu p.complete {
	clear:both;
	margin:5px 0;
}
.dd_menu p a {
	color:#27B!important;
}
.signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url('../images/bg-btn-blue.png') repeat-x scroll 0 0;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}
.signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
.signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}





/*GIFTS*/



/*NEW SLIDER STYLES FOR SCALE, ETC*/
/* slider widget */

.ui-slider  {
	text-decoration: none !important;
}
.ui-slider .ui-slider-handle  {
	overflow: visible !important;
}

.ui-slider .screenReaderContext {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	left: -999999999px;
}
.ui-slider .ui-state-active .ui-slider-tooltip, .ui-slider .ui-state-focus .ui-slider-tooltip, .ui-slider .ui-state-hover .ui-slider-tooltip,.ui-slider .ui-slider-tooltip {
	display: block;
	position: absolute;
	text-align: center;
	padding: 1px;
	font-size: 8pt;
    font-weight:normal;	
	margin-left: -1.4em;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down, .ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
	position: absolute; 
	display: block;
	border-bottom-width: 0;
	background: none;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down {	
	right: auto;
	margin-left: 0;
}
.ui-slider .ui-slider-tooltip {

	bottom:	auto;
	top: 1px;
	left: 17px;
}
.ui-slider a {
	text-decoration: none;
}
.ui-slider ol, .ui-slider li, .ui-slider dl, .ui-slider dd, .ui-slider dt {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ui-slider ol, .ui-slider dl {
	position: relative;
	top: 1.3em;
	width: 100%;
}
.ui-slider dt {
	top: 1.5em;
	position: absolute;
	padding-top: .2em;
	text-align: center;
	border-bottom: 1px dotted #ddd;
	height: .7em;
	color: #999;
}
.ui-slider dt span {
	background: #fff;
	padding: 0 .5em;
}
.ui-slider li, .ui-slider dd {
	position: absolute;
	overflow: visible;
	color: #666;
}
.ui-slider span.ui-slider-label {
	position: absolute;
}
.ui-slider li span.ui-slider-label, .ui-slider dd span.ui-slider-label {
	display: none;
}
.ui-slider li span.ui-slider-label-show, .ui-slider dd span.ui-slider-label-show {
	display: block;
}
.ui-slider span.ui-slider-tic {
	position: absolute;
	left: 0;
	height: 12px;
	top: -1.3em;
}
.ui-slider li span.ui-widget-content, .ui-slider dd span.ui-widget-content {
	border-right: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-top: 0;
	border-bottom: 0;
}
.ui-slider .first .ui-slider-tic, .ui-slider .last .ui-slider-tic {
	display: none;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height:145px;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 130px;
    height: 99px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	border:2px solid #425C78;
	padding:1px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-container {
    margin:10px 0 10px 0;
    -moz-border-radius: 5px;
    border: 1px solid #009EB5;
}

.jcarousel-container-horizontal {
    width: 460px;
    padding: 5px 40px;
    float:left;
}

.jcarousel-clip-horizontal {
    width:  460px;
    height: 105px;
}

.jcarousel-item {
    width: 100px;
    height: 105px;
}
.jcarousel-item span{
    text-decoration:none;
	width:124px;
	height:24px;
	padding:3px;
	line-height:12px;
	background-color:#425C78;
	color:#FFFFFF;
	float:left;
	vertical-align:middle;
}
.jcarousel-item span:hover{
	background-color:#688E9B;
}
.jcarousel-item span big{
	background-image:url(../images/network/arrow.png);
	width:26px;
	height:37px;
	float:right;
}

.jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #9dcbcf; background: #44595b url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #ffffff; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #9dcbcf; background: #44595b url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
/*.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #9dcbcf; background: #9dcbcf url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #9dcbcf; background: #b7e2e6 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1d5987; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #1d5987; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #9dcbcf; background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #e17009; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #e17009; outline: none; text-decoration: none; }
*/
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fad42e; background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/


.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/





.jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}
.jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}.jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
