﻿
/**** SIDEBAR NAV ****/

.sidebar_header 
{
    background-image:url(../images/bg_sidebar_header.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 30px;
	overflow: visible;
	margin-bottom:5px;
}

.sidebar_header h3 
{
    padding: 7px 0 0 10px;
    color: #394f59;
    font-weight: normal;
    text-transform: uppercase;
    font-size:1em;
}

.sidebar_header h3.basket
{
	background-image:url(../images/iconCheckout.gif);
	background-position:5px 0px;
	background-repeat:no-repeat;
	padding-left:45px;
	padding-bottom:10px;
}
.sidebar_header h3.credit
{
	background-image:url(../images/iconPound.gif);
	background-position:5px 0px;
	background-repeat:no-repeat;
	padding-left:45px;
	padding-bottom:10px;
}

.sidebar_nav
{
	background-color:#FFFFFF;
background-image:url(/images/portlet_bg.gif);
background-repeat:repeat-y;
margin-bottom:10px;
padding:7px;
}
.sidebar_nav ul
{
	margin:0;
}
.sidebar_nav ul li
{
	list-style-type:none;
	margin:0px;
}
.sidebar_nav ul li a
{
	padding:4px 10px 4px 10px;
	display:block;
	background-color:#EEF2F3;
	color:#666;
	text-decoration:none;
	line-height:1em;
	border-bottom:1px solid #fff;
	width:180px;
}
.sidebar_nav ul li a:hover, .sidebar_nav ul li.selected a
{
	background-color:#DCE1E5;
	text-decoration:none;
}

.sidebar_nav ul li a em{
	font-weight:normal;
	padding-left:15px;
	border-left:3px solid #ccc;
	font-style:normal;
}

.more_side
{
	float:right;
	clear:both;
	display:block;
	/*margin-bottom:-8px;*/
	background-color:#fff;
	zoom:1;
	color:#E51A80;
	text-decoration:none;
}

/** TOP MENU **/

.nav_header{
	float:right;
	width:500px;
	padding-right:1%;
}
.nav_header ul{
	list-style-type:none;
	margin:0 auto;
	text-align:left;
	float:right;
	overflow:hidden;
}

.nav_header ul li{
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	padding:0;
	margin-left:2px;
}

.nav_header ul li a{
	display:block;
	padding:0 0 0 5px;
	background-image:url(/images/header_nav_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	color:#4d4d4d;
	text-decoration:none;
}
.nav_header ul li a span
{	
	display:block;
	padding:0px 10px 0px 0;
	background-image:url(/images/header_nav_bg.gif);
	background-repeat:no-repeat;
	background-position:right top;
	cursor:pointer;
}

.nav_header ul li a span em
{
	background-repeat:no-repeat;
	background-position:left center;
	font-style:normal;
	padding:10px 0 10px 35px;
	display:block;
}

.nav_header ul li a.button_login span em
{
	background-image:url(/images/icon_grey_key.gif);
}
.nav_header ul li a.button_home span em
{
	background-image:url(/images/icon_grey_house.gif);
}
.nav_header ul li a.button_rss span em
{
	background-image:url(/images/icon_grey_rss.gif);
}
.nav_header ul li a.button_help span em
{
	background-image:url(/images/icon_grey_help.gif);
}

.nav_header ul li a:hover{
}
.nav_header ul li a:hover span{
}




/** main nav **/

.nav_main
{
	background-image:url(/images/main_nav_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	clear:both;
	width:940px;
	height:34px;
	background-color:#e20173;
	margin-top:10px;
}
.nav_main ul{
	list-style-type:none;
	margin:0 auto;
	text-align:left;
	float:left;
	
}

.nav_main ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	float:left;
	padding:0;
}

.nav_main ul li a{
	display:block;
	background-image:url(/images/main_nav_button.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#fff;
	text-decoration:none;
	float:left;
	margin:0;
	padding:0px 0px 0px 12px;
	font-size:1em;
	height:34px;
}

.nav_main ul li a:hover, .nav_main ul li a.selected
{
	background-position:bottom left;
}


.nav_main ul li a span{
	background-image:url(/images/main_nav_button.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding:10px 12px 0 0px;
	display:block;
	float:left;
	cursor:pointer;
	height:24px;
}

.nav_main ul li a:hover span, .nav_main ul li a.selected span{
	background-position:bottom right;
}


   
/*** TAG CLOUD (experimentation) ***/

#ctl00_ContentMain_IpaTagCloudControl1_Cloud
{
    width: 226px;
    padding: 10px;
    }
    
#ctl00_ContentMain_IpaTagCloudControl1_Cloud a
{
    margin-right: 10px;
    line-height: 1.6em;
    vertical-align: baseline;
    }
    
/*** CLOUD ***/ 
.tag_cloud
{
	text-align:center;
	padding:10px 15px;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
	line-height:125%;
}
.cloud1
{
	color:#ef85bc;
	font-size:60%;
}  
.cloud2
{
	color:#ef85bc;
	font-size:70%;
} 
.cloud3
{
	color:#ef85bc;
	font-size:80%;
} 
.cloud4
{
	font-size:110%;
	font-weight:bold;
	color:#ef85bc
} 
.cloud5
{
	font-size:120%;
	font-weight:bold;
	color:#e6037a;
} 
.cloud6
{
	font-size:150%;
	font-weight:bold;
	color:#e6037a;
} 
.cloud7
{
	font-size:180%;
	font-weight:bold;
	color:#e6037a;
}

.tag_cloud a
{
	text-decoration:none;
}
.tag_cloud a:hover
{
	color:#6C005F;
}



/*** STRETCHY BUTTONS ****/

.button_stretch
{
	background-image:url(/images/button_default.gif);
	background-position:right top;
	background-repeat:no-repeat;
	color:#4A4A4A;
	cursor:pointer;
	display:block;
	float:right;
	height:26px;
	margin-left:3px;
	padding:0 15px 0 0;
	text-decoration:none !important;
	width:auto;
}
.button_stretch span
{
	background-image:url(/images/button_default.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:0.9em;
	height:20px;
	padding:6px 0 0 15px;
	vertical-align:middle;
	width:auto;
}




.button_stretch:hover
{
	background-position:right bottom;
}
.button_stretch:hover span
{
	background-position:left bottom;
}


.button_stretch_news
{
	padding:0px 10px 0px 0px;
	height:26px;
	background-image:url(/images/button_default.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:auto;
	display:block;
	float:right;
	text-decoration:none;
	color:#4a4a4a;
	cursor:pointer;
	margin-left:3px;
}
.button_stretch_news span
{
	height:19px;
	padding:7px 0 0 10px;
	display:block;
	float:left;
	vertical-align:middle;
	background-image:url(/images/button_default.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:auto;
	font-size:0.9em;
	color:#fff;
}

.button_stretch_news:hover
{
	background-position:right bottom;
	
	text-decoration:none;
}
.button_stretch_news:hover span
{
	background-position:left bottom;
}

.button_stretch.fill
{
	/*width:94%*/
	float:none;
}
.button_stretch.fill span
{
	text-align:center;
	float:none;
	/*width:94%;
	margin-left:-2px;*/
}




/**** AJAX CONTROL TOOLKIT TABS ****/

.tab_container
{
}

.tab_panel
{
	border:1px solid #EAEEF1;
	border-top:3px solid #EAEEF1;
	padding:5px;
	background-color:#fff;
	/*background-image:url(../../images/bg_search_row.gif);
	background-repeat:repeat-x;*/
	clear:both;
}

.RadEContentBordered
{
	background-color:#fff;
}

.tab_container .ajax__tab_header
{
	font-size:0.9em;
}

.tab_container .ajax__tab_outer
{
	margin-right:2px;
	background-image:url(/images/tab_left.gif);
	background-position:left -29px;
	background-repeat:no-repeat;
	margin-bottom:1px;
}
* html .tab_container .ajax__tab_outer
{
	width:60px;
}

.tab_container .ajax__tab_outer .ajax__tab_inner
{
	background-image:url(/images/tab_right.gif);
	background-position:right -29px;
	background-repeat:no-repeat;
	margin-left:5px;
	padding-right:5px;
}
.tab_container .ajax__tab_outer .ajax__tab_inner span
{
	padding:2px;
	padding-top:5px;
	padding-bottom:6px;
	text-align:center; 
	margin-right:0px; 
	height:18px;
	display:block;
}
.tab_container .ajax__tab_hover .ajax__tab_outer, .tab_container .ajax__tab_active .ajax__tab_outer
{
	margin-right:2px;
	background-image:url(/images/tab_left.gif);
	background-position:left 0px;
	background-repeat:no-repeat;
}
.tab_container .ajax__tab_hover .ajax__tab_outer .ajax__tab_inner, .tab_container .ajax__tab_active .ajax__tab_outer .ajax__tab_inner
{
	background-image:url(/images/tab_right.gif);
	background-position:right 0px;
	background-repeat:no-repeat;
}
.ajax__tab_active
{
	/*font-weight:bold;*/
	
}

.ajax__tab_active .ajax__tab_outer
{
	margin-bottom:-1px;
}

.ajax__tab_header span
{
	float:left;
}


/** SHELF ITEMS **/

.shelf_items
{
	clear:both;
	display:block;
	padding:10px;
}
.shelf_items ul
{
	width:24.9%;
	display:block;
	float:left;
	margin:0;
}
.shelf_items ul li
{
	list-style-type:none;
	margin:0;
	vertical-align:middle;
	padding-bottom:3px;
	margin-bottom:3px;
	border-bottom:1px dashed #B3C1C8;
	margin-right:10px;
}
.shelf_items ul li img
{
	vertical-align:middle;
}

.shelf_items ul li a
{
	width:100%;
	display:block;
}
.shelf_items ul li input
{
	width:25px;
}
.shelf_items ul li label
{
	
}
.shelf_items ul li a span
{
	vertical-align:middle;
}
.shelf_items ul li a:hover
{
}
.shelf_items ul li a:hover span
{
}


/**** new style second nav *****/

.second_nav
{
	width:298px;
	background-image:url(/images/second_nav_top.gif);
	background-repeat:no-repeat;
	background-color:#6c005f;
	margin-bottom:10px;
}
.second_nav_bottom
{
	background-image:url(/images/second_nav_bottom.gif);
	background-repeat:no-repeat;
	background-color:#6c005f;
	width:298px;
	height:7px;
}
.second_nav h2
{
	color:#fff;
	padding:10px 5px 10px 10px;
	text-transform:capitalize;
}
.second_nav ul
{
	margin:0;
	list-style-type:none;
}
.second_nav ul li a
{
	background-image:url(/images/second_nav_button.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	height:21px;
	margin:0 7px 3px;
	overflow:hidden;
	padding:5px 0 0 7px;
	text-decoration:none;
	width:278px;
}
.second_nav ul li a:hover, .second_nav ul li.selected a
{
	background-position:left top;
}
