/* CSS Document */

* {
	margin:0;
	padding:0;
	}

html, body{
	background:url(../images/body-bg.jpg) repeat-x;
	background-color:#E3E3E3;
	margin:auto;
	padding:0px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	}

.container{
	width:100%;
	overflow:hidden;
	margin:auto;
	padding:0;
	min-height:100%;
	margin-bottom:0px;
	}

.wrapper {
	clear:both;
	width:1004px;
	height:100%;
	margin:auto;
	padding:0px;
	overflow:hidden;
	}

a{
    color: #0000FF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
 }

a:hover{
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: underline;
	}		
/***************header starts here***************/
.header-wrapper{
	clear:both;
	width:100%;
	height:187px;
	margin:auto;
	padding:0;
	}
	
.header{
	clear:both;
	background:url(../images/header-bg.jpg) no-repeat;
	width:1004px;
	height:70px;
	margin:auto;
	padding:0;
	}

.top-nav-wrapper{
	clear:both;
	background:url(../images/top-nav-bg.jpg) repeat-x;
	width:100%;
	height:49px;
	margin:auto;
	padding:0;
	}

/***************Top Navigation starts here***************/	
.top-nav{
	clear:both;
	width:1004px;
	height:49px;
	margin:auto;
	overflow: hidden;
	}	

.top-nav ul{
	clear:both;
	width:100%;
	height:auto;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	margin:auto;
	line-height:49px;
	text-align:center;
	}	

.top-nav ul li{
	display: inline;
	background:url(../images/nav-line.jpg) no-repeat right;
	font-size:12px;
	color:#819DA7;
	padding:17px 7px;
	line-height:49px;
	}
	
.top-nav ul li a{
	display: inline;
	text-decoration: none;
	color:#ffffff;
	font-size:12px;
	padding:18px 6px;
	}

.top-nav ul li a:hover{
	background:url(../images/nav-hover.png) no-repeat center;
	color:#0081BA;
	text-decoration: none;
	border-bottom:none;
	line-height:49px;
	}

.top-nav ul li a.selected{
	background:url(../images/nav-hover.png) no-repeat center;
	text-decoration: none;
	font-size:12px;
	color:#0081BA;
	padding:23px 5px 22px 5px;
	line-height:49px;
	}	

/***************Header Login Area starts here***************/	

.header-user-wrapper{
	clear:both;
	background:url(../images/header-login-bg.jpg) center;
	width:1004px;
	height:68px;
	margin:auto;
	padding:0;
	}

.header-user-contents{
	clear:both;
	float:right;
	background:url(../images/header-login-bg.png) center;
	width:559px;
	height:43px;
	margin:auto;
	padding:0;
	}

.header-register-area{
	clear:both;
	float:left;
	width:105px;
	height:auto;
	margin:auto;
	padding:0 0 0 28px;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	}

span.register{
	clear:both;
	background:url(../images/registration-ico.png) no-repeat left;
	float:left;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	color:#2788B3;
	padding:7px 5px 5px 20px;
	}

span.register a{
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	color:#2788B3;
	text-decoration:none;
	}	
	
span.register a:hover{
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	color:#2788B3;
	text-decoration:underline;
	}
	
span.dashboard{
	clear:both;
	background:url(../images/dashboar-ico.png) no-repeat left;
	float:left;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
	color:#2788B3;
	font-weight:bold;
	padding:7px 5px 7px 25px;
	margin-left:5px;
	}

span.dashboard a{
	font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
	color:#2788B3;
	text-decoration:none;
	}	
	
span.dashboard a:hover{
	text-decoration:underline;
	}
		
.header-login-area{
	float:right;
	width:400px;
	height:auto;
	margin:auto;
	padding:0;
	}

.header-login-contents{
	float:right;
	width:405px;
	height:auto;
	margin:auto;
	padding:5px 0 0 0 ;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	}	

dl.login {clear:both; width:100%; height:auto; overflow:hidden; padding:4px 0 0 0;}
label.login {clear:both; background:url(../images/login-ico.png) no-repeat left; font-size:12px; color:#ffffff; padding:5px 5px 5px 20px; margin:0; line-height:20px;}
dt.login {float:left; text-align:left; font-weight:normal; width:auto; margin:0;line-height: 20px;}
dd.login {float:left; width:auto; padding-right:4px; margin:0;}
dd.login input{	clear:both;	background:#162D44;	border:none; border-right:#315C88 solid 1px; border-bottom:#315C88 solid 1px; width:125px; height:auto; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#2788B3; padding:5px 2px; border-radius:5px;}
input:focus {outline: none;}
dd.submit {float:left; width:auto; padding-right:5px; margin:0;}
dd.submit input{clear:both;	background:url(../images/login-button-bg.png) repeat-x;	width:46px;	height:auto; padding:5px 0;	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#578CC0; border:none; text-align:center; border-radius:3px;
	}


/***************header Ends here***************/





/***************Main Body Contents Start here***************/

.contents{
	clear:both;
	width:1004px;
	overflow:hidden;
	height:auto;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	}

/***************Left Block starts here***************/
.left-block{
	clear:both;
	float:left;
	width:217px;
	height:auto;
	margin:auto;
	padding:0;
	overflow:hidden;
	}

.left-block-contents-area{
	clear:both;
	background:url(../images/left-nav-top.png) no-repeat center top;
	float:left;
	width:217px;
	height:auto;
	margin:auto;
	padding:0;
	overflow:hidden;
	margin-bottom:9px;
	}	

.left-block-contents{
	clear:both;
	background:url(../images/left-nav-bg.png) repeat-x #EFEFEF;
	margin:3px 0 0 0;
	padding:5px  0 0 0;
	border:#D9D9D9 solid 1px;
	border-top:none;
	}


/***************Left Block Search here***************/
#searchwrapper {
	width:198px; /*follow your image's size*/
	height:30px;/*follow your image's size*/
	background: url(../images/search-bg.png) no-repeat;
	background-repeat:no-repeat; /*important*/
	padding:0px;
	margin:auto;
	position:relative; /*important*/
	}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
	border:none; /*important*/
	background-color:transparent; /*important*/
	background: none;
	position:absolute; /*important*/
	left:22px;
	width:170px;
	padding:8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	}

input:focus {
    outline: none;
	}
 
.searchbox_submit {
	border:0px; /*important*/
	background-color:transparent; /*important*/
	background:none;
	position:absolute; /*important*/
	right:177px;
	width:29px;
	height:30px;
	padding:0;
	}	

hr {
	clear:both;
	margin:5px 0 5px 0;
	background:url(../images/line.jpg) repeat-x;
	height: 2px;
	border:none;
	width:100%;
	}	

/***************Left Menu starts here***************/

/*.left-menu{
	clear:both;
	width:98%;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding-bottom:10px;
	}
	
.left-menu ul{
	padding:5px 0;
	margin:0;
	list-style:none;
	width:200px;
	overflow:hidden;
	}

.left-menu ul li{
	clear:both;
	float: left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	width:200px;
	margin-left:7px;
	padding:0 10px;
	}


.left-menu ul li.grey{
	clear:both;
	float: left;
	background:#E3E3E3;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	width:200px;
	margin-left:7px;
	padding:0 10px;
	}
	
.left-menu ul li a{
	clear:both;
	float: left;
	background:url(../images/arrow.png) left no-repeat;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	padding:7px 10px;
	width:160px;
	text-decoration:none;
	}

.left-menu ul li a.bold{
	clear:both;
	float: left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	width:175px;
	text-decoration:none;
	font-weight:bold;
	}
			
.left-menu ul li:hover{
	clear:both;
	float: left;
	background:#e3e3e3;

	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}

.left-menu ul li a:hover{
	clear:both;
	float: left;
	background:url(../images/arrow.png) left no-repeat;

	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	}	
	
.left-menu ul li.selected{
	clear:both;
	float: left;
	background:#e3e3e3;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#595959;
	text-decoration:none;
	color:#ffffff;
	}

.left-menu ul li a.selected{
	clear:both;
	float: left;
	background:url(../images/arrow.png) left no-repeat;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	}	
*/
/***************Left Block Ends here***************/		



/***************Center Block Starts here***************/		

.main-content-block{
	float:right;
	width:786px;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-left:0;
	}
	
.center-block{
	float:left;
	width:562px;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-left:3px;
	}

.news-block {
	clear:both;
    float: left;
    height: auto;
    margin: auto auto auto 3px;
    overflow: hidden;
    width: 385px;
	}

.news-block h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px !important;
	color:#ffffff;
	font-weight:normal;
	text-align:center !important;
	padding:5px 0px 0px 0px !important;
	line-height:32px;
	}	
	
.events-block {
    float: right;
    height: auto;
    margin: auto auto auto 3px;
    overflow: hidden;
    width: 385px;
	}
	
.events-block h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px !important;
	color:#ffffff;
	font-weight:normal;
	text-align:center !important;
	padding:5px 0px 0px 0px !important;
	line-height:32px;
	}	

p.news-event {
	background:none;
    color: #636363;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 17px;
    margin: auto;
    padding: 5px 30px !important;
    text-shadow: 1px 1px #FFFFFF;
    width: auto;
	text-align:left;
}

.event {
	clear:both;
	float:left;
	width:90%;
	height:auto;
	padding:5px 14px 0px 14px;
	min-height:82px;
	}

.event img {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    float: left;
    margin: 0 7px 0px 0;
    padding: 4px;
}

p.event {
    color: #636363;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 17px;
    margin: auto;
    padding: 4px 14px !important;
    text-shadow: 1px 1px #FFFFFF;
    width: auto;
	text-align:left;
}


.news-event{
	clear:both;
	background:url(../images/news-event.png) repeat-x top;
	width:auto;
	height:auto;
	text-align:center;
	}
	
.news-event img {
    clear: both;
    margin: auto;
    padding: 7px 14px;
    text-align: center !important;
	}
			
.center-block-contents{
	float:left;
/*	background:url(../images/center-content-top.png) no-repeat center top;*/
	width:100%;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-bottom:10px;
	}
	
.center-block-header{
	clear:both;
	background:url(../images/center-content-bg.png) repeat-x #173859;
	border:none;
	width:100%;
	height:44px;
	margin:0;
 	border-radius: 3px 3px 0 0;
	}

.center-block-header h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#ffffff;
	font-weight:normal;
	text-align:left;
	padding:5px 0px 0px 10px;
	line-height:32px;
	}	

.center-block-body{
	clear:both;
	background:#EFEFEF;
	margin:0;
	padding:1px  0 0 0;
	border:#D9D9D9 solid 1px;
	border-top:none;
	overflow:hidden;
	height:auto;
	}

.center-block-body p{
	width:auto;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#313131;
	padding:5px 11px 5px 11px;
	line-height:17px;
	text-shadow:#FFFFFF 1px 1px;
	}

.center-block-body p img{
	float:left;
	/*width:146px;
	height:92px;*/
	background-color:#FFFFFF;
	border:#D9D9D9 solid 1px;
	padding:4px;
	margin:0 7px 7px 0;
	}

.center-block-body p.link {
	clear:both;
    color: #3C90CE;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
	font-weight:bold;
    line-height: 17px;
    padding:14px;
    text-align: center;
    width: 90%;
	text-transform:uppercase;
	}

.center-block-body p.link a {
    color: #3C90CE;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
	font-weight:bold;
    line-height: 17px;
	text-decoration:underline;
	}

.center-block-body p.link a:hover {
	text-decoration:none;
	}	
	
.center-block-body h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#313131;
	font-weight:bold;
	text-align:left;
	padding:5px 0px 0px 10px;
	text-shadow:#ffffff 1px 1px;
	}

.center-block-body h4{
	clear:both;
	background:url(../images/detail.png) no-repeat left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#313131;
	font-weight:bold;
	text-align:left;	
	text-shadow:#ffffff 1px 1px;
	padding:7px 0px 7px 17px;
	margin-left:14px;
	}

.center-block-body h4 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#313131;
	font-weight:bold;
	text-align:left;	
	text-shadow:#ffffff 1px 1px;
	text-decoration:none;
	}

.center-block-body h4 a:hover{
	text-decoration:underline;
	}	

		
span.date{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3C91CE;
	text-align:left;
	padding:5px 0px 0px 30px;
	text-shadow:#ffffff 1px 1px;
	}

span.detail{
	clear:both;
	background:url(../images/detail.png) no-repeat left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	text-align:left;
	padding:7px 0px 7px 17px;
	}

span.detail a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	text-decoration:underline;
	}

span.detail a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	text-decoration:none;
	}	
		
.spacer{
	clear:both;
	width:100%;
	height:auto;
	padding:5px 0;
}

.center-block-body-thumbnails{
	clear:both;
	width:524px;
	height:auto;
	margin:auto;
	margin-bottom:14px;
	padding:3px 3px;
	overflow:hidden;
	background-color:#FFFFFF; 
	border:#D9D9D9 solid 1px;
	}
	
.center-block-body-thumbnails .large-thumb{
	width:520px;
	height:auto;
	overflow:hidden;
	}	

.center-block-body-thumbnails .large-thumb img{
	width:516px;
	height:auto;
	padding:4px;
	
	}


/***************Center Block Interior Page Starts here***************/		

.interior-center-block{
	float:left;
	width:783px;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-left:4px;
	}

.interior-center-block-contents{
	float:left;
	background:url(../images/interior-center-content-top.png) no-repeat center top;
	width:100%;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-bottom:10px;
	}	

.interior-center-block-header{
	clear:both;
	background:url(../images/center-content-bg.png) repeat-x #173756;
	border:none;
	width:100%;
	min-height:41px;
	margin:3px 0 0 0;
	}

.interior-center-block-header h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
	padding:5px 0px 0px 0;
	line-height:32px;
	}	
	
.center-body-contents{
	clear:both;
	padding:6px;
	margin:auto;
	width:auto;
	height:auto;
	overflow:hidden;
	}	

.interior-center-block-body{
	clear:both;
	background:#EFEFEF;
	margin: auto 0;
	padding:5px  0 0 0;
	border:#D9D9D9 solid 1px;
	border-top:none;
	overflow:hidden;
	}

.interior-center-block-body p.brief{
	width:95%;
	margin:auto;
	background:#F5F5F5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#636363;
	padding:5px 11px 5px 11px;
	line-height:17px;
	text-shadow:#FFFFFF 1px 1px;
	border:none;
	border-top:#D9D9D9 solid 1px;
	border-bottom:#D9D9D9 solid 1px;
	overflow:hidden;
	}

.interior-center-block-body p.brief img{
	float:left;
	width:146px;
	height:92px;
	background-color:#FFFFFF;
	border:#D9D9D9 solid 1px;
	padding:4px;
	margin:3px 7px 3px 0;
	}
	
.interior-center-block-body p{
	width:auto;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	padding:5px 20px;
	line-height:17px;
	text-shadow:#FFFFFF 1px 1px;
	}
	
.interior-center-block-body p img{
	float:left;
	/*width:207px;
	height:180px;*/
	background-color:#FFFFFF;
	border:#D9D9D9 solid 1px;
	padding:4px;
	margin:0 7px 7px 0;
	}	


.interior-center-products{
	clear:both;
	background:#EFEFEF;
	margin: auto 0;
	padding:5px  0 0 0;
	border-top:none;
	overflow:hidden;
	width:auto;
	}

.interior-center-products-01{
	clear:both;
	background:#ffffff;
	margin: auto 0;
	padding:5px  0 0 0;
	border-top:none;
	overflow:hidden;
	width:auto;
	}

.interior-center-products-contents{
	clear:both;
	margin: auto;
	padding:5px  0 5px 0;
	border-top:none;
	overflow:hidden;
	width:98%;
	}
.interior-center-products-picture{
	/*float:left;
	width:auto;
	height:auto;*/
	 float: left;
    height: auto;
    margin: 0 auto;
    text-align: center;
    width: 170px;
	}	
	
.interior-center-products-picture img{
/*	float:left;
	width:169px;
	height:150px;
	background-color:#FFFFFF;
	border:#D9D9D9 solid 1px;
	padding:4px;
	margin:0 3px 7px 0;*/
	
	background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    float: none;
    margin: 0 auto;
    padding: 0;
	}	

.interior-center-products-name{
	float:left;
	width:530px;
	min-height:170px;
	position: relative;
	}
	
.interior-center-products-name p{
	width:auto;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	padding:0 5px 0 0;
	line-height:17px;
	text-shadow:#FFFFFF 1px 1px;
	}

.wishlist{
	width:50%;
	margin:auto;
	overflow:hidden;
	bottom:100%;
	bottom:0;
	}		
	
span.price{
	float:left;
	background:url(../images/detail.png) no-repeat left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	text-align:left;
	padding:7px 0px 7px 17px;
	margin:0 5px 0 0;
	}

span.price a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	text-decoration:underline;
	}

span.price a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	text-decoration:none;
	}	
	
span.addwishlist{
	float:right;
	background:url(../images/wishlist.png) no-repeat right top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	text-align:left;
	padding:0 37px 2px 0;
	line-height:32px;
	}

span.addwishlist a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	text-decoration:underline;
	}

span.addwishlist a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	text-decoration:none;
	}	
#interior-center-products-contents ul{
	list-style:none;
	float:left;
	width:49%;
	text-align:left;
	margin-left:5px;
	padding: 15px 0;

	}	

#interior-center-products-contents ul li{
	list-style: none;
	background:url(../images/listing-arrow.png) no-repeat left #EBEBEB;
	border:#DADADA solid 1px;
	padding:15px 20px 15px 40px;
	margin:10px 0;
	color:#5C5C5C;
	}

#interior-center-products-contents ul li a{
	color:#5C5C5C;
	}

#interior-center-products-contents ul li:hover{
	background:url(../images/listing-arrow.png) no-repeat left #F4F4F4;
	border:#DADADA solid 1px;
	color:#5C5C5C;
	}

/***************Center Block Contents Page Starts here***************/		

.contents-center-block-body{
	clear:both;
	background:#EFEFEF;
	margin: auto 0;
	padding:5px  0 0 0;
	border:#D9D9D9 solid 1px;
	border-top:none;
	overflow:hidden;
	}

.contents-center-block-body p.brief{
	width:95%;
	margin:auto;
	background:#F5F5F5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#636363;
	padding:5px 11px 5px 11px;
	line-height:17px;
	text-shadow:#FFFFFF 1px 1px;
	border:none;
	border-top:#D9D9D9 solid 1px;
	border-bottom:#D9D9D9 solid 1px;
	overflow:hidden;
	}
	

.contents-center-block-body p{
	width:auto;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	padding:5px 20px;
	line-height:17px;
	text-shadow:#FFFFFF 1px 1px;
	}
	
.contents-center-block-body p img{
	float:right;
	width:146px;
	height:176px;
	background-color:#FFFFFF;
	border:#D9D9D9 solid 1px;
	padding:4px;
	margin:0 7px 0px 0;
	}

/***************Center Block Attachment Area Starts here***************/	

.attachments-area{
	clear:both;
	width:98%;
	height:auto;
	border:#DCDCDC solid 1px;
	margin:auto;
	background:#F5F5F5;
	color:#2F2F2F;
	margin-top:20px;
	margin-bottom:20px;
	overflow:hidden;
	}

.attachments-area-contents{
	clear:both;
	width:950px;
	height:auto;
	margin:auto;
	font:12px Arial, Helvetica, sans-serif; 	
	color:#2F2F2F;
	overflow:hidden;
	}
	
.attachments-area-title {
	background: url(../images/form-header-bg.jpg) repeat-x #E8E8E8; 
	height:35px;
	}	

.attachments-area-title h4 {
	float:left;
	background:url(../images/attachment.png) left no-repeat;
	width:auto;
	padding: 0 5px 0 28px;
	font:12px Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color:#4A4A4A;
	text-shadow:#FFFFFF 1px 1px;
	line-height:26px;
	margin:6px 0 0 12px;
	}
	
.attachments-block{
	clear:both;
	width:100%;
	height:auto;
	margin:auto;
	overflow:hidden;
	}

.attachments-name{
	clear:both;
	float:left;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	padding:5px 0 0 0;
	}

.attachments-download{
	float:right;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	padding:0 15px;
	}
		
.attachments-white-contents{
	clear:both;
	background:#ffffff;
	border:none;
	border-top:#DFDFDF solid 1px;
	width:99%;
	height:auto;
	margin:auto;
	padding:10px 5px;
	overflow:hidden;
	}

.attachments-white-contents:hover{
	clear:both;
	background:#EAEAEA;
	border:none;
	border-top:#DFDFDF solid 1px;
	width:99%;
	height:auto;
	margin:auto;
	padding:10px 5px;
	overflow:hidden;
	}	

.attachments-grey-contents{
	clear:both;
	background:#F3F3F3;
	border:none;
	border-top:#DFDFDF solid 1px;
	width:99%;
	height:auto;
	margin:auto;
	padding:10px 5px;
	overflow:hidden;
	}

.attachments-grey-contents:hover{
	clear:both;
	background:#EAEAEA;
	border:none;
	border-top:#DFDFDF solid 1px;
	width:99%;
	height:auto;
	margin:auto;
	padding:10px 5px;
	overflow:hidden;
	}
	
label.attachment{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	text-align:left;
	padding:5px 5px 5px 20px; 
	margin:0; 
	line-height:20px;
	}

label.attachment a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	text-decoration:none;
	}

label.attachment a:hover{
	text-decoration:underline;
	}


/***************Center Block Interior Page Bottom Starts here***************/		

.interior-bottom-block{
	float:left;
	width:783px;
	height:auto;
	margin:auto;
	overflow:hidden;
	}

.interior-download-block{
	float:left;
	width:317px;
	height:auto;
	margin:auto;
	overflow:hidden;
	}
	
.interior-download-block-contents{
	float:left;
	background:url(../images/interior-download-top.png) no-repeat center top;
	width:100%;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-bottom:10px;
	}	

.interior-download-block-header{
	clear:both;
	background:url(../images/center-content-bg.png) repeat-x;
	border:none;
	width:100%;
	height:41px;
	margin:3px 0 0 0;
	}

.interior-download-block-header h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#ffffff;
	font-weight:normal;
	text-align:left;
	padding:5px 0px 0px 8px;
	line-height:32px;
	}	

.interior-download-block-body{
	clear:both;
	background:#EFEFEF;
	margin:auto;
	padding:0;
	border:#D9D9D9 solid 1px;
	border-top:none;
	overflow:hidden;
	}

.download-here{
	clear:both;
	background:#E3E3E3;
	margin:auto;
	padding:0;
	overflow:hidden;
	width:100%;
	height:auto;
	}

.download-here h3{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595959;
	font-weight:bold;
	text-align:left;
	padding:5px 0px 0px 8px;
	}

span.download{
	clear:both;
	float:left;
	background:url(../images/download.png) no-repeat left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#B12100;
	text-align:left;
	padding:5px 0px 5px 17px;
	margin-left:8px;
	}

span.download a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#B12100;
	text-decoration:none;
	}

span.download a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#B12100;
	text-decoration:underline;
	}	

.download-here-grey{
	clear:both;
	margin:auto;
	padding:0;
	overflow:hidden;
	width:100%;
	height:auto;
	}

.download-here-grey h3{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595959;
	font-weight:bold;
	text-align:left;
	padding:5px 0px 0px 8px;
	overflow:hidden;
	}


/***************Center Block Interior Page Slider Starts here***************/		

.interior-slider-block{
	float:right;
	width:462px;
	height:auto;
	margin:auto;
	overflow:hidden;
	}
	
.interior-slider-block-contents{
	float:left;
	background:url(../images/interior-slider-top.png) no-repeat center top;
	width:100%;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-bottom:10px;
	}	

.interior-slider-block-header{
	clear:both;
	background:url(../images/center-content-bg.png) repeat-x;
	border:none;
	width:100%;
	height:41px;
	margin:3px 0 0 0;
	}

.interior-slider-block-header h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
	padding:5px 0px 0px 0;
	line-height:32px;
	}	

.interior-slider-block-body{
	clear:both;
	background:#EFEFEF;
	margin:auto;
	padding:0;
	border:#D9D9D9 solid 1px;
	border-top:none;
	overflow:hidden;
	}

.slider-content{
	clear:both;
	width:450px;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:15px 0;
	}

.prev{
	background-image:url(../images/arrow-left.png);
	background-repeat:no-repeat;
	background-color:transparent;
	width:36px;
	height:138px;
	cursor:pointer;
	border:none;
	display:inline-block;
	float:left;

	}
 
.next{
	background-image:url(../images/arrow-right.png);
	background-repeat:no-repeat;
	background-color:transparent;
	width:36px;
	height:138px;
	cursor:pointer;
	display:inline-block;
	float:right;

	}
 
.anyClass{
	float:left;
	height:138px;
	width:302px;
	}

.anyClass ul{
	margin-top:0px;
	}
 
.anyClass ul li{ 
 	margin: auto 0px;
 	padding:0 20px 0 30px;
	height:170px;
	}
		
.anyClass img {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    float: left;
    
    margin: 0 7px 7px 0;
    padding: 4px;
    
}
		
span.items{
	clear:both;
	float:right;
	background:url(../images/detail.png) no-repeat left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	text-align:left;
	padding:5px 7px 5px 17px;
	}

span.items a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	text-decoration:underline;
	}

span.items a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	text-decoration:none;
	}	

/***************Center Block Form Starts here***************/		

.form-area{
	clear:both;
	width:98%;
	height:auto;
	border:#DCDCDC solid 1px;
	margin:auto;
	background:#F5F5F5;
	color:#2F2F2F;
	margin-top:20px;
	margin-bottom:20px;
	overflow:hidden;
	}

.form-area-contents{
	clear:both;
	width:950px;
	height:auto;
	margin:auto;
	font:12px Arial, Helvetica, sans-serif; 	
	color:#2F2F2F;
	overflow:hidden;
	}
	
.form-area-title {
	background: url(../images/form-header-bg.jpg) repeat-x #E8E8E8; 
	height:35px;
	}	

.form-area-title h4 {
	float:left;
	width:auto;
	padding: 9px 0 0 10px;
	font:12px Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color:#4A4A4A; 
	}

span.filed {
	float:left;
	padding: 8px 0 0 10px;
	font:12px Arial, Helvetica, sans-serif; 
	font-weight:noemal;
	color:#950000; 
	}

.form-block{
	clear:both;
	width:95%;
	height:auto;
	margin:auto;
}

.form-contents{
	clear:both;
	width:100%;
	height:auto;
	margin:auto;
	}	

input.textfield{
	height:15px; 
	background:url(../images/input.png) repeat-x 0 0; 
	padding:3px 0; 
	margin:0; 
	float:left; 
	line-height:15px;
	border:#B0B1B9 solid 1px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

select.textfield{
	height:25px; 
	background:#8C8C8C; 
	padding:3px 3px 3px 0; 
	margin:0; 
	float:left; 
	line-height:15px;
	border:#B0B1B9 solid 1px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-size:11px;
	}

select.textfield option {
	background:#8C8C8C; 
	padding:3px 10px 3px 0; 
	margin:0;
	color:#fff;
	border:none;
	}

textarea.textfield{
	background:url(../images/textarea-r-off.png) repeat 0 0; 
	padding:3px 0; 
	margin:0; 
	float:left; 
	line-height:15px;
	border:#B0B1B9 solid 1px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
				
fieldset { clear:both; margin-top:30px; background: url(../images/fieldset-bg.jpg) repeat-x #F0F0F0; padding:10px; border:1px solid #DCDCDC; margin-bottom:20px; width:auto;}
input, textarea, select {font:12px/12px Arial, Helvetica, sans-serif; padding:0;}
fieldset.action {background:#9da2a6; border-color:#e5e5e5 #797c80 #797c80 #e5e5e5; margin-top:-20px;}
legend {background: url(../images/legend-bg.jpg) repeat-x; height:auto; border:#B8B8B8 solid 1px; color:#4A4A4A; text-shadow: 1px 1px #E9E9E9; font:12px Arial, Helvetica, sans-serif; padding:5px; margin:-26px 0 0 -10px; font-weight:bold;}
label {font-size:12px; font-weight:normal; color:#666;}
label.name {font-size:12px; font-weight:normal; color:#666;}
label.opt {font-weight:normal; padding-left:5px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#2F2F2F;}
label.dep {font-weight:normal; padding-left:5px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666;}
dl {clear:both;}
dt {float:left; text-align:right; width:23%; line-height:25px; margin:5px 20px 5px 10px;}
dd {float:left; width:72%; line-height:25px; margin:5px 0 5px 0px; overflow:hidden;}
p.note { width:auto; height:auto; font-weight:normal; padding-left:5px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#950000;}
fieldset p {clear:both; font-family:Arial, Helvetica, sans-serif; color:#2F2F2F; font-size:12px;}

/***************Right Block Starts here***************/
	
.right-block{
	float:right;
	width:217px;
	min-height:535px;
	margin:auto;
	overflow:hidden;
	}

.right-block-contents-area{
	background:url(../images/left-nav-top.png) no-repeat center top;
	float:right;
	width:217px;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-bottom:9px;
	}	

.right-block-contents{
	clear:both;
	background:url(../images/left-nav-bg.png) repeat-x #EFEFEF;
	margin:3px 0 0 0;
	padding:2px  0 0 0;
	border:#D9D9D9 solid 1px;
	border-top:none;
	}

.right-block-contents h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#18395A;
	font-weight:normal;
	text-align:center;
	padding:0;
	line-height:32px;
	text-shadow:#FFFFFF 1px 1px;
	}	

.right-block-body{
	clear:both;
	margin:auto;
	width:204px;
	height:auto;
	overflow:hidden;
	padding:5px 0;
	text-align:center;
	}

.right-block-body h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:normal;
	text-align:center;
	padding:0;
	line-height:22px;
	text-shadow:#FFFFFF 1px 1px;
	padding:5px 0;
	}
		
.right-block-body img{
	clear:both;
	background-color:#FFFFFF;
	border:#D9D9D9 solid 1px;
	padding:4px;
	margin:auto;
	}

.right-block-body p{
	width:auto;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	padding:5px 11px 5px 11px;
	line-height:17px;
	text-align:center;
	font-weight:bold;
	}

.right-block-body p a{
	color:#B12100;
	text-decoration:none;
	text-align:center;
	}

.right-block-body p a:hover{
	text-decoration:underline;
	}
	

/***************Main Body Contents Start here***************/


/***************Footer Starts here***************/
	
.footer {
	clear:both;
	background:url(../images/footer-bg.jpg) repeat-x top #EEEEEE;
	width:100%;
	height:auto;
	margin:auto;
	margin-top:10px;
	bottom:0px;
	overflow:hidden;
	}

.footer-content {
	clear:both;
	width:1004px;
	height:auto;
	margin:auto;
	overflow:hidden;
	}

.footer-left-corner{
	clear:both;
	background:url(../images/footer-left-corner.png) no-repeat left;
	float:left;
	width:26px;
	height:43px;
	margin:auto;
	}

.footer-center-area{
	background:url(../images/footer-top-bg.jpg) repeat-x top #EEEEEE;
	float:left;
	width:952px;
	height:43px;
	margin:auto;
	}
		
.footer-right-corner{
	float:right;
	background:url(../images/footer-right-corner.png) no-repeat right;
	width:26px;
	height:43px;
	margin:auto;
	}	
	
.footer-links{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#636363;
	width:auto;
	height:auto;
	}

.footer-links ul{
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#636363;
	text-align:center;
	text-shadow:#FFFFFF 1px 1px;
	margin:auto;
	padding: 15px 0px 7px 0;

	}	

.footer-links ul li{
	display: inline;
	}	
	
.footer-links ul li a{
	display: inline;
	text-decoration: none;
	color: #636363;
	padding-right: 8px;
	padding-left: 8px;
	text-shadow:#FFFFFF 1px 1px;
	text-align:center;
	}	
	
.footer-links ul li a:hover{
	text-decoration: underline;
	}
	
.copyright-contents {
	clear:both;
	width:1004px;
	height:auto;
	margin:auto;
	overflow:hidden;
	}	

.copyright-left{
	clear:both;
	float:left;
	width:40%;
	height:auto;
	margin:auto;
	overflow:hidden;
	padding:10px 5px;
	}

.copyright-left p{
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#636363;
	padding:15px 11px 5px 11px;
	line-height:17px;
	text-align:left;
	text-shadow:#FFFFFF 1px 1px;
	}
	
.copyright-left img{
	clear:both;
	float:left;
	background-color:#FFFFFF;
	border:#D9D9D9 solid 1px;
	padding:4px;
	margin:0 5px;
	}

	
.copyright-right{
	float:right;
	width:40%;
	height:auto;
	margin:auto;
	overflow:hidden;
	padding:10px 5px;	
	}	
		
.copyright-right p{
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#636363;
	padding:15px 11px 5px 11px;
	line-height:17px;
	text-align:right;
	text-shadow:#FFFFFF 1px 1px;
	}		
/***************Footer Ends here***************/		

	

/***************Left Menu***************/		

/***************Form Button Starts here***************/
.btns{
	float:left;
	padding-left:5px;
	padding-bottom:20px;
	}
	
right; 
 display: block;
 float: left;
 height: 35px;
 margin-right: 6px;
 padding-right: 7px;
 text-decoration: none;
 color: #ffffff;
 text-shadow:#1972A3 1px 1px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 }

a.submit-button {
 background: transparent url('../images/button_right.png') no-repeat scroll top right; 
 display: block;
 float: left;
 height: 35px;
 margin-right: 6px;
 padding-right: 7px;
 text-decoration: none;
 color: #ffffff;
 text-shadow:#1972A3 1px 1px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 }

 a.submit-button span {
 background: transparent url('../images/button_left.png') no-repeat; 
 display: block;
 line-height: 24px;
 padding: 6px 7px 5px 12px;
 } 

 a.submit-button:hover span{
 text-decoration:none;
 color: #002B43;
 text-shadow:#3CA3D9 1px 1px;
 }

/***************Form Error Msg Starts here***************/

.error-block{
	clear:both;
	background:#FDDEDE;
	border:#ECA1A1 solid 1px;
	border-left:none;
	border-right:none;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:10px 0;
	}

.error-block p{
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#760D0D;
	padding:5px 11px 5px 11px;
	text-align:left;
	font-weight:bold;
	}	

.error-block img{
	float:right;
	padding:5px;
	}
	
/***************Form Success Msg Starts here***************/
.success-block{
	clear:both;
	background:#E3FDDE;
	border:#A0E695 solid 1px;
	border-left:none;
	border-right:none;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:10px 0;
	}

.success-block p{
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0E5C01;
	padding:5px 11px 5px 11px;
	text-align:left;
	font-weight:bold;
	}	

.success-block img{
	float:right;
	padding:5px;
	}
	
	
	
.interior-center-block-body p.red{
 width:auto;
 margin:auto;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#950000;
 padding:5px 20px;
 line-height:17px;
 text-shadow:#FFFFFF 1px 1px;
}

span.red{
 color: #FF0000;
}


label.logout {clear:both; font-size:12px; color:#fff; padding:5px 0px 5px 10px; margin:0; line-height:20px; letter-spacing:0.5px;}
label.logout a {color:#48B4E4; padding:0 5px; margin:0; line-height:20px; letter-spacing:1px;}
label.logout a:hover {color:#fff; padding:0 5px; margin:0; line-height:20px; letter-spacing:1px;}
dd.logout {float:right; width:auto; padding-right:12px; margin:0;}
dd.logout input{clear:both;	background:url(../images/login-button-bg.png) repeat-x;	width:46px;	height:auto; padding:5px 0;	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#578CC0; border:none; text-align:center; border-radius:3px;
}


/***************Listing Panel Table Starts here***************/	
	
table.main{
	clear:both;
	width:769px;
	margin:auto;
	overflow:hidden;
	padding:20px 0 10px 0;
	}

table.wrap{
	border: 1px solid #DCDCDF; 
	width: 100%; 
	border-collapse: collapse; 
	padding:0;	
	}
		
.table-heading{
	background:url(../images/form-header-bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#14304B;
	text-align:center;
	text-shadow:#ffffff 1px 1px;
	padding: 15px 0 15px 0;
	line-height:23px;
	border-bottom: #FFFFFF solid 1px;
	border-right:#DDDDDD solid 1px;
	}	

td.heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#14304B;
	text-align:left;
	border-right: #E9E9E9 solid 1px;
	padding: 0 5px;
	}

td.main{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595959;
	text-align:left;
	border-right: none;
	padding:0;
	vertical-align:top;
	}
		

td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595959;
	text-align:left;
	border-right: #E9E9E9 solid 1px;
	padding: 10px 0 5px 5px;
	vertical-align:middle;
	}	
	
td a{
    color: #2A6096;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
	}

td a:hover{
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: underline;
	}	

td h3{
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	padding:0 0 1px 11px;
	line-height:17px;
	text-align:left;
	font-weight:bold;
	}
	
td p.table{
	width:auto;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	padding:1px 11px 5px 0px;
	line-height:17px;
	text-align:left;
	font-weight:normal;
	}
			
.tr1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
	background-color:#F7F7F7;
	line-height:25px;
	border-bottom: #E9E9E9 solid 1px;
	overflow:hidden;
	}	

td img{
	float:left;
	width:52px;
	height:44px;
	background-color:#FFFFFF;
	border:#D9D9D9 solid 1px;
	padding:3px;
	margin:auto;
	margin-right:5px;
	margin-left:5px;
	}

td img.album_img{
	/*float:left;*/
	width:100px;
	height:100px;
	background-color:#FFFFFF;
	border:#D9D9D9 solid 1px;
	padding:3px;
	margin:auto;
	margin-right:5px;
	margin-left:5px;
	}

img.options{
	width:auto;
	height:auto;
	background:none;
	border:none;
	padding:0;
	margin:auto;
	margin-right:3px;
	margin-left:3px;
	margin-top:5px;
	}

input.qty{
	width:40px;
	background:#F9F9F9; 
	padding:9px 2px; 
	margin:2px 0 5px 3px; 
	border:#D9D9D9 solid 1px;
	color:#636363;
	font-weight:bold;
	text-align:center;
	}

	
.tr2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
	background-color:#fff;
	line-height:25px;
	border-bottom: #E9E9E9 solid 1px;	
	}		

.tr3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
	background-color:#F9F9F9;
	line-height:25px;
	border-bottom: #DCDCDC solid 1px;	
	}

.tr4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
	background-color:#F3F3F3;
	line-height:25px;
	border-bottom: #DCDCDC solid 1px;	
	}	

.wishlist-btn{
	float:right;
	padding-left:5px;
	padding-bottom:20px;
	}

a.proceed-button {
    background: transparent url('../images/proceed-button-right.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 31px;
	margin-right: 6px;
	padding-right: 6px;
	text-decoration: none;
	color: #ffffff;
	text-align:center;
	text-shadow:#184B7A 1px 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
a.proceed-button span {
	background: transparent url('../images/proceed-button-left.png') no-repeat; 
	display: block;
	line-height: 20px;
	padding: 6px 7px 5px 45px;
	} 
	
a.proceed-button:hover span{
	text-decoration:none;
	color: #002B43;
	text-shadow:#3CA3D9 1px 1px;
	}	
	
/***************Pageslisting Starts here***************/
	
.pageslist{
	margin: 10px 9px 10px 0;
	clear: both;
	float:right;
	}

.pageslist a,.pageslist span{
	font-size: 13px;
	font-weight: normal;
	float: left;
	display: block;
	padding: 8px 13px;
	margin: 0 3px 0 0;
	text-decoration: none;
	color:#2F4A90;
	}

.pageslist a.selected,.pageslist span.selected{
	background-color: #4E88E2;
	border-color: #071a29;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}

.pageslist b{
	color: #fff !important;
	}

.pageslist a:hover{
	color: #2F4A90;
	-webkit-box-shadow: #eaedf4 0 1px 5px;
	-moz-box-shadow: #eaedf4 0 1px 5px;
	box-shadow: #eaedf4 0 1px 5px;
	background-color: white;
	}
	
.pageslist a:active{
	position: relative;
	top: 1px;left: 1px;
	}

.pageslist .disabled{
	color: #c9cdd8;
	}

#tagcloud{
	line-height: 26px;
	text-transform: capitalize;
	text-align: center;
	}
	
	
	
	
	/***************Breadcrumb Block Form Starts here***************/		

.breadcrumb{
	clear:both;
	background:#E0E0E0;
	border:#CBCBCB solid 1px;
	width:98%;
	height:auto;
	overflow:hidden;
	margin:0 0 10px 0;
	margin:auto;
	}

.breadcrumb p{
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2B6096;
	padding:5px 11px 5px 11px;
	text-align:left;
	text-shadow:none;
	font-weight:normal;
	}

.breadcrumb p a{
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#163E67;
	padding:5px 3px 5px 5px;
	text-align:left;
	text-shadow:#fff 1px 1px;
	font-weight:bold;
	}



/***************Profile Buttons Starts here***************/

.profile-btn{
	float:left;
	padding-left:7px;
	padding-top:3px;
	}

a.profile-button {
    background: transparent url('../images/button_right3.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 29px;
	margin-right: 3px;
	padding-right: 7px;
	text-decoration: none;
	color: #5B8011;
	text-align:center;
	text-shadow:#fff 1px 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
a.profile-button span {
	background: transparent url('../images/button_left3.png') no-repeat; 
	display: block;
	line-height: 20px;
	padding: 4px 5px 5px 40px;
	} 
	
a.profile-button:hover span{
	text-decoration:none;
	color: #77A222;
	text-shadow:#fff 1px 1px;
	}	

.profile-block{
	clear:both;
	width:auto;
	height:auto;
	margin:auto;
	padding:10px 10px;
	overflow:hidden;
	}


.profile-block p {
	float:left;
    color: #969696;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 35px;
    font-weight: normal;
    line-height: 32px;
    padding: 0 7px;
    text-align: left;
    text-shadow: 1px 1px #FFFFFF;
	}

.profile-block p small {
	clear:both;
    color: #969696;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 27px;
    padding: 0 7px 0 0;
    text-align: left;
    text-shadow: 1px 1px #FFFFFF;
	}
		
.profile-block img{
	float:right;
	/*width:75px;
	height:49px;*/
	background-color:#FFFFFF;
	border:#D9D9D9 solid 1px;
	padding:4px;
	margin:auto;
	}	

.profile-picture{
	clear:both;
	float: left;
	width:40%;
	height:auto;
	overflow:hidden;
	}

.profile-picture img{
	clear:both;
	float:left;
	width:auto;
	height:auto;
	background-color:#FFFFFF;
	border:#D9D9D9 solid 1px;
	padding:4px;
	margin:auto;
	}

.profile-resume-picture{
	clear:both;
	float: left;
	width:40%;
	height:auto;
	overflow:hidden;
	}

.profile-resume-picture img{
	clear:both;
	float:left;
	width:auto;
	height:auto;
	background-color:#FFFFFF;
	border:#D9D9D9 solid 1px;
	padding:4px;
	margin:auto;
	}	
	

.delete-btn{
	clear:both;
	margin:auto;
	width:60%;
	height:auto;
	padding:10px 0;
	margin:auto;
	overflow:hidden;
	}

	
.picture-contents{
	float: right;
	width:55%;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding-top:25px;
	}

.picture-contents p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	padding:5px 5px 5px 5px;
	line-height:17px;
	text-align:center;
	font-weight:bold;
	}		

a.delete-button {
    background: transparent url('../images/button_right4.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 29px;
	margin-right: 3px;
	padding-right: 7px;
	text-decoration: none;
	color: #966008;
	text-align:center;
	text-shadow:#fff 1px 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
a.delete-button span {
	background: transparent url('../images/button_left4.png') no-repeat; 
	display: block;
	line-height: 20px;
	padding: 4px 5px 5px 40px;
	} 
	
a.delete-button:hover span{
	text-decoration:none;
	color: #D38402;
	text-shadow:#fff 1px 1px;
	}


dl.profile {clear:both; border-bottom:#D8D8D8 solid 1px; overflow:hidden; border-bottom-style: dashed;}
dl.privacy {clear:both; background:#EBEBEB; border: 1px solid #DADADA; overflow: hidden;}
dl.privacy:hover {clear:both; background:#F4F4F4; border: 1px solid #DADADA;}
dl.upload {clear:both; overflow:hidden; padding:10px 0;}
label.profile {font-size:12px; font-weight:normal; color:#666; font-weight:bold;}
dt.profile {float:left; text-align:right; width:50%; line-height:25px; margin:5px 20px 5px 10px;}
dt.upload {float:left; margin:auto; width:55%; line-height:25px; overflow:hidden; padding:5px 0 5px 0px; }
dd.profile {float:right; width:45%; line-height:25px; padding:5px 0 0 0px; overflow:hidden;}
dd.upload {float:right; margin:auto; width:40%; line-height:25px; overflow:hidden; padding:5px 0 5px 0px; }
p.profile {clear:both; font-family:Arial, Helvetica, sans-serif; color:#666666; font-size:12px; padding: 2px 0;}


.detail-btns{
 float:left;
 }
 
a.detail-btns {
    background: transparent url('../images/button_right1.png') no-repeat scroll top right; 
 display: block;
 float: left;
 height: 29px;
 margin-right: 6px;
 padding-right: 7px;
 text-decoration: none;
 color: #00314C;
 text-shadow:#84BFDE 1px 1px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 }

a.detail-btns span {
 background: transparent url('../images/button_left1.png') no-repeat; 
 display: block;
 line-height: 18px;
 padding: 6px 7px 5px 40px;
 } 

a.detail-btns:hover {
    background: transparent url('../images/button_right2.png') no-repeat scroll top right; 
 text-decoration: none;
 }
 
a.detail-btns:hover span{
 background: transparent url('../images/button_left2.png') no-repeat; 
 text-decoration:none;
 color: #00314C;
 text-shadow:#64C1F4 1px 1px;
 }
 
 img.edit-delete{
	 float: none;
	 width:auto;
	 height:auto;
	 background-color:#F7F7F7;
	 border:none;
	 padding:0;
	 margin:auto;
	 margin-right:5px;
	 margin-left:5;
	 margin-top:0;
 }
 
/*GALLERY*/
.members-form-area{
	clear:both;
	width:100%;
	height:auto;
	margin:auto;
	padding: 0px 0 14px 0;
	overflow:hidden;
}
/***************Photo Gallery Starts here**************/
.photo-gallery{ clear:both; width:750px; height:auto; overflow:hidden; margin:auto;}
.photo-gallery-contents{float:left; background:#DEDEDE; border:#fff solid 1px; width:170px; padding:0; margin:7px; border-radius:5px; overflow:hidden; position: relative; }
.photo-gallery-contents:hover{float:left; background:#EBEBEB; border:#E6E6E6 solid 1px;}
.photo-gallery-contents img{float:left; width:140px; height:120px; padding:7px; margin:7px ; background:#fff; border: 1px solid #EFEFEF; position: relative;}
.photo-gallery-contents img a{float:left; width:150px; height:120px; padding:7px; margin:7px ; background:#fff; border: 1px solid #EFEFEF; text-decoration:none;}
.photo-gallery-contents img:hover{float:left; padding:7px; margin:7px ; background:#EFEFEF; border: 1px solid #fff;}
.photo-gallery-contents p{clear:both; font-family:Arial, Helvetica, sans-serif; color:#666666; font-size:12px; text-align:left; padding:5px 5px 5px 10px;}
.photo-gallery-contents a{color:#666666; text-decoration:none;}
.photo-gallery-contents a:hover{color:#717171; text-decoration:none;}
.total-picture{clear:both; float:right; top:5px;}

.picRotated {background: url(../images/album_front_bg.png) no-repeat scroll 0 0 transparent; height: 145px; left: 2px; position: absolute; top: 3px; width: 165px;}

.gallery-btns{ clear:both; float:left; padding: 10px 9px 10px 10px;}
.functionButton { background-color: #535353; cursor: pointer; float: left; height: 32px; margin: 2px 10px 0 0; width: auto; border-radius: 6px 6px 6px 6px;}
span.carousel {background:url(../images/carousel_icons.png) no-repeat; float: left; margin: 5px 8px; padding:0 5px 0 30px; line-height:23px; font-family:Arial, Helvetica, sans-serif; color:#fff;}
span.carousel:hover {background-position:-0 -22px;}

span.slideshow {background:url(../images/sideshow_icons.png) no-repeat; float: left; margin: 5px 8px; padding:0 5px 0 30px; line-height:23px; font-family:Arial, Helvetica, sans-serif; color:#fff;}
span.slideshow:hover {background-position:-0 -22px;}

.albumCnt {background-color: #fff; border-radius: 5px 5px 0 0; color: #666666; font-size: 10px; line-height: 1.25em; padding: 5px 10px 3px; position: absolute; left: 20px; top: 115px; z-index: 20;}
.albumEdit {background-color: #fff; border-radius: 0 0 5px 5px; color: #666666; font-size: 10px;  position: absolute; right: 20px; top: 15px; z-index: 20;}


.tilt_1{
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	transform: rotate(2deg);
	float:left; background:#DEDEDE; width:auto; padding:0; margin:0px; border-radius:5px; overflow:hidden; position: relative; 
}
.tilt_0{
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	transform: rotate(-2deg);
	float:left; background:#DEDEDE; width:auto; padding:0; margin:0px; border-radius:5px; overflow:hidden; position: relative; 
}

.fl{float:left;}
.fr{float:right;}
.cr{clear:right;}
.cl{clear:left;}
.cb{clear:both}
br {mso-data-placement:same-cell;}
.wrap-text-image{float:right; clear:right; margin:10px 0 0 10px;}
#save_div{display:none;}



.right-block-header {
    height: 30px;
    margin: auto;
    padding: 0 0 5px;
    width: 207px;
	}
	
.course-photo{
	clear:both;
	width:204px;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	font-weight:normal;
	text-shadow:#00395B 1px 1px;
    margin: auto;
    padding: 0;
	}	

.course-photo .header_left{
	background:url(../images/heading_left.png) no-repeat left;
	display: block;
    float: left;
    padding-right: 5px;
	}

.course-photo .header_center{
	width:194px;
	background:url(../images/heading_center.png) repeat-x center;
	cursor: pointer;
    display: block;
    height: 26px;
    margin-left: 5px;
    padding: 5px 0 0;
    text-align: center;
	font-size:18px;
	color:#fff;
	}

.course-photo .header_center:hover{
    color: #52BEFF;
	text-decoration:none;
	}

.course-photo a:hover{
	text-decoration:none;
	}
	
.course-photo .header_right{
	background:url(../images/heading_right.png) no-repeat right;
	display: block;
    float: right;
    padding-right: 5px;	
	}	
	
	
.question-block:hover{
	clear:both;
	background:#fff;
	width:auto;
	height:auto;
	margin:auto;
	padding:10px 0;
	overflow:hidden;
	}



.message-block:hover{
	clear:both;
	background:#fff;
	width:auto;
	height:auto;
	margin:auto;
	padding:10px 0;
	overflow:hidden;
	}





table.wishlist{
	clear:both;
	width:100%;
	margin:auto;
	overflow:hidden;
	padding:16px 0 10px 0;
	}


.tr1:hover {
    background-color: #FFF7E8;

}

.tr2:hover{
	background-color:#E2F6FF;
	}
	

dl.topic {clear:both; background:none; border: none;}
dt.conversation {clear:both; float:left; margin:auto; width:auto; line-height:25px; overflow:hidden; padding:1px 0 1px 12px; }
dt.conversation h3 {clear:both; padding:1px 0 1px 0; font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:15px; text-shadow: 1px 1px #FFFFFF; text-align:left; }
label.topic {clear:both; padding:1px 0 1px 0; font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:15px; text-shadow: 1px 1px #FFFFFF; text-align:left; font-weight:bold;}
dt.topic {float:left; margin:auto; width:auto; line-height:25px; overflow:hidden; padding:5px 0 5px 10px; }

/*QUESTION & ANSWERES SECTION*/

.flag-btn{
	float:right;
	padding-left:7px;
	padding-top:3px;
	}

span.flag {
    clear: both;
	background:url(../images/flag.png) left no-repeat;
	float:left;
    color: #717171;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding:7px 20px 5px 20px;
    text-align: left;
	font-weight:bold;
    text-shadow: 1px 1px #FFFFFF;
	}

span.flag a {
    color: #717171;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: left;
    text-shadow: 1px 1px #FFFFFF;
	font-weight:bold;
	text-decoration:underline;
	}
	
span.flag a:hover {
	text-decoration:none;
	}
	
	
.question-action-area{
	float: right;
	width:14%;
	height:auto;
	overflow:hidden;
	margin:auto;
	}

span.unread a{
	float:left;
	background:url(../images/unread.png) right;
	width:11px;
	height:11px;
	text-indent: -9999px;
	margin:0 3px;
	}

span.unread a:hover{
	float:left;
	background:url(../images/unread.png) left;
	width:11px;
	height:11px;
	text-indent: -9999px;
	}	
	
	span.delete a{
	float:left;
	background:url(../images/msg-delete.png) top;
	width:11px;
	height:11px;
	text-indent: -9999px;
	margin:0 3px;
	}

span.delete a:hover{
	float:left;
	background:url(../images/msg-delete.png) bottom;
	width:11px;
	height:11px;
	text-indent: -9999px;
	}		

.question-area{
	clear:both;
	float: left;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	}

.question-block{
	clear:both;
	background:#E3E3E3;
	width:auto;
	height:auto;
	margin:auto;
	padding:10px 0;
	border-top:#D9D9D9 solid 1px;
	overflow:hidden;
	}

.question-block:hover{
	clear:both;
	background:#fff;
	width:auto;
	height:auto;
	margin:auto;
	padding:10px 0;
	overflow:hidden;
	}
			
.message-contents p.user{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#636363;
	padding:7px 5px 0 5px;
	line-height:17px;
	text-align:left;
	}
	
.message-contents p.user a {
    color: #2B6096;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
	font-weight:bold;
    text-decoration: none;
}

.message-contents p.user a:hover{
	color:#000;
	text-decoration:underline;
	}	

.message-contents p.date{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#636363;
	padding:0 5px;
	line-height:17px;
	text-align:left;
	}

.question-btns{
	clear:both;
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:0px 5px;
	padding-bottom:20px;
	}

.file-wrapper {
  clear:both;
  float:left;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 28px;
}

.file-wrapper input {
  cursor: pointer;
  font-size: 100px;
  height: 100%;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
	}		

.file-wrapper .button {
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  padding: 4px 18px;
	}

.button {
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	background: #D5D5D5 url('../images/browse-bg.png') top left repeat-x !important;
	border: 1px solid #787878 !important;
	padding: 4px 7px 4px 7px !important;
	color: #393939 !important;
	font-size: 12px !important;
	cursor: pointer;
	line-height:18px;
	font-weight:bold;
	text-shadow:#D5D5D5 1px 1px;
	}

.button:hover {
	text-decoration: none;
	}
                
.button:active {
	padding: 5px 7px 3px 7px !important;
	}
			
a.remove-link {
	color: #bb0000;
	}

a.remove-link:hover {
	color: #000;
	}			

input.message{
	height:15px;
	width:98%;
	background:url(../images/input.png) repeat-x 0 0; 
	padding:3px 5px; 
	margin:0; 
	float:left; 
	line-height:15px;
	border:#B0B1B9 solid 1px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
	
	
	/***************Message Block Starts here***************/

.message-block{
	clear:both;
	width:auto;
	height:auto;
	margin:auto;
	padding:10px 0;
	border-top:#D9D9D9 solid 1px;
	overflow:hidden;
	}

.message-block:hover{
	clear:both;
	background:#fff;
	width:auto;
	height:auto;
	margin:auto;
	padding:10px 0;
	overflow:hidden;
	}
	
.message-area{
	clear:both;
	float: left;
	width:85%;
	height:auto;
	overflow:hidden;
	margin:auto;
	}

.message-picture{
	clear:both;
	float: left;
	width:11%;
	height:auto;
	overflow:hidden;
	padding-left:5px;
	}

.message-picture img{
	clear:both;
	float:left;
	width:52px;
	height:44px;
	background-color:#FFFFFF;
	border:#D9D9D9 solid 1px;
	padding:4px;
	margin:auto;
	}
	
.message-contents{
	float: left;
	width:88%;
	height:auto;
	overflow:hidden;
	margin:auto;
	}

.message-contents h3{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2B6096;
	padding:2px 5px;
	line-height:17px;
	text-align:left;
	font-weight:bold;
	}

.message-contents h3 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2B6096;
	text-decoration:none;
	}	

.message-contents h3 a:hover{
	text-decoration:underline;
	}

		
.message-contents p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	padding:3px 5px;
	line-height:17px;
	text-align:left;
	}


span.date-time {
    clear: both;
	float:left;
    color: #717171;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding:0 5px;
    text-align: left;
    text-shadow: 1px 1px #FFFFFF;
}

.message-action-area{
	float: right;
	width:14%;
	height:auto;
	overflow:hidden;
	margin:auto;
	}

span.unread a{
	float:left;
	background:url(../images/unread.png) right;
	width:11px;
	height:11px;
	text-indent: -9999px;
	margin:0 3px;
	}

span.unread a:hover{
	float:left;
	background:url(../images/unread.png) left;
	width:11px;
	height:11px;
	text-indent: -9999px;
	}	

span.delete a{
	float:left;
	background:url(../images/msg-delete.png) top;
	width:11px;
	height:11px;
	text-indent: -9999px;
	margin:0 3px;
	}

span.delete a:hover{
	float:left;
	background:url(../images/msg-delete.png) bottom;
	width:11px;
	height:11px;
	text-indent: -9999px;
	}
dt.military { clear:both; float:left; text-align:left; width:auto; line-height:17px; margin:5px 0;}
dl.military {clear:both; overflow:hidden; padding:0 0 14px 0;}
dd.military { clear:both; float:left; width:95%; line-height:23px; margin:0; overflow:hidden;}
dt.questions {float:left; margin:auto; width:auto; line-height:25px; overflow:hidden; padding:5px 0 5px 0px; }
dd.conversation { clear:both; float:left; margin:auto; width:97%; line-height:25px; overflow:hidden; padding:0 0 0 12px; }




.products-listing-name{
 float:left;
 width:360px;
 min-height:100%;
 position:relative;
 min-height:100px;
 }
 
.products-listing-name p{
 width:auto;
 margin:auto;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#636363;
 padding:0 5px 0 0;
 line-height:17px;
 text-shadow:#FFFFFF 1px 1px;
 }

.products-listing-price{
 width:100%;
 margin:auto;
 overflow:hidden;
 bottom:0;
 } 
 
 
.product-brief{
	width:95%;
	margin:auto;
	background:#F5F5F5;
	border:none;
	border-top:#D9D9D9 solid 1px;
	border-bottom:#D9D9D9 solid 1px;
	overflow:hidden;
	}

.product-brief p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#636363;
	padding:5px 7px 5px 5px;
	line-height:17px;
	text-shadow:#FFFFFF 1px 1px;
	text-align:justify;
	} 
 
span.price{
 clear:both;
 float:left;
 background:url(../images/detail.png) no-repeat left;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#636363;
 text-align:left;
 padding:7px 0px 7px 17px;
 }

span.price a{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#636363;
 text-decoration:underline;
 }

span.price a:hover{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#636363;
 text-decoration:none;
 }  

td.product-heading{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#14304B;
 text-align:center;
 border-right: #E9E9E9 solid 1px;
 padding: 0 5px;
 }
 
 /*OMER ASLAM*/
 
 #line_items_div{display:none;}
 .item_image_div{display:none;}
 .item_media_div{display:none;}
=======
 }
 
/***************Chat Area Starts here***************/

.chat-area {
    clear: both;
    height: auto;
    margin: auto;
    width: 98%;
	}

input.chat{
	height:auto; 
	background:url(../images/input.png) repeat 0 0; 
	padding:3px 5px; 
	margin:0; 
	float:left; 
	line-height:15px;
	border:#CECECE solid 1px;
	border-bottom:#E9E9E9 solid 1px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:70%;
	color: #636363;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px;
    font-weight: normal;
	}

p.note { float:left; width:317px; height:auto; font-weight:normal; padding:5px 0 0 0 ; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#636363;}

.chat-message {clear:both; overflow:hidden; padding:0 0 14px 0;}

.success, .error{
    margin: 10px 0px;
    padding:10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
	border:#BFDB8F 1px solid ;
    background-image:url('../images/success.gif');
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:#fff 1px 1px;
}

.error {
    color: #D8000C;
    background-color: #F7C5C5;
	border:#E79595 1px solid ;
    background-image: url('../images/error.png');
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:#fff 1px 1px;
}
	
label.chat { float:left; font-size:12px; font-weight:normal; color:#636363; text-align:left;}
dl.military {clear:both; overflow:hidden; padding:0 0 14px 0;}
dt.military { clear:both; float:left; text-align:left; width:auto; line-height:17px; margin:5px 0;}
dd.military { clear:both; float:left; width:95%; line-height:23px; margin:0; overflow:hidden;}
dl.chat { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #E6E6E6;  border-radius: 5px 5px 5px 5px; clear: both; margin: 0 0 14px;overflow: hidden; padding: 5px; }
label.chat-room { clear: both; color: #454545; font-family: Arial,Helvetica,sans-serif; font-size: 18px; padding: 10px 0 0; text-align: left; text-shadow: 1px 1px #FFFFFF; }
dt.chat { clear: both; float: left; line-height: 25px;  margin: auto; overflow: hidden; padding: 10px 0 5px 0; text-align: left; width: 70%; }
dd.chat { float: right; line-height: 25px; margin: auto;  overflow: hidden; padding: 5px 0 5px 0; width: 25%; }

table.listing{
	clear:both;
	width:750px;
	margin:auto;
	overflow:hidden;
	padding:16px 0 0 0;
	}

td.listing-img {
	clear:both;
	margin:auto;
    border-right: 1px solid #E9E9E9;
    color: #595959;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 10px 0 5px 5px;
    text-align: center;
    vertical-align: top;
}
	
.chat-table-heading{
	background:url(../images/form-header-bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#14304B;
	text-align:center;
	text-shadow:#ffffff 1px 1px;
	padding: 15px 0 15px 0;
	line-height:25px;
	border-bottom: #DCDCDC solid 1px;
	border-right:#DDDDDD solid 1px;
	}
	
th.listing{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#14304B;
	text-align:left;
	border-right: #E9E9E9 solid 1px;
	padding: 5px 8px 5px 8px;
	overflow:hidden;
	}
	
th.listing-title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#004163;
	text-align:left;
	border-right: #E9E9E9 solid 1px;
	padding: 5px 2px 5px 8px;
	overflow:hidden;
	}
	
	
.submit-chat{
 clear:both; 
 background:url(../images/chat-btn.jpg) repeat-x #1C9BE1; 
 padding:7px 7px; 
 font-family:Arial, Helvetica, sans-serif; 
 font-size:13px; 
 color:#00314C; 
 border:none; 
 text-align:center;
 text-shadow:#84BFDE 1px 1px;
 font-weight:bold; 
 border-radius:3px;
 border:#1671A3 solid 1px;
 cursor:pointer;
 }
 
 
 fieldset.about h1 {
    color: #969696;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    padding: 5px 7px;
    text-align: left;
    text-shadow: 1px 1px #FFFFFF;
 }

.privacy {
    clear: both;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 0px 10px 10px 10px;
    width: 97%;
 }

.privacy p {
    clear: none;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 5px 0 8px;
 }

.privacy h1{color: #3B3B3B; text-shadow:#ffffff 1px 1px; font-family: Arial,Helvetica,sans-serif; font-size: 18px; font-weight: normal; line-height: 23px; padding: 5px 0 5px 13px ; text-align: left;}

.privacy p img {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    float: right;
    height: 169px;
    margin: 5px 7px 0 0;
    padding: 4px;
    width: 226px;
}

.fl-main{
    background-color:#F7F7F7;
    border: 1px solid #DCDCDC;
    clear: both;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
    width:97%;
	float:left;
}

.fl-items{
    background-color:#F7F7F7;
    border: 1px solid #DCDCDC;
    clear: both;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
    width:98%;
	float:left;
}

dl.product {
    background-color: #F7F7F7;
    border: 1px solid #DCDCDC;
    clear: both;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: hidden;
    padding: 5px;
    width: 98%;
}



.links-picture{
	clear:both;
	float: left;
	width:18%;
	height:auto;
	overflow:hidden;
	padding-left:5px;
	}

.links-picture img{
	clear:both;
	float:left;
	width:120px;
	height:100px;
	background-color:#FFFFFF;
	border:#D9D9D9 solid 1px;
	padding:4px;
	margin:auto;
	}
	
.links-contents{
	float: left;
	width:70%;
	height:auto;
	overflow:hidden;
	margin:auto;
	}

.links-contents h3{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#2B6096;
	padding:2px 5px;
	line-height:17px;
	text-align:left;
	font-weight:bold;
	}

.links-contents h3 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#2B6096;
	text-decoration:none;
	}	

.links-contents h3 a:hover{
	text-decoration:underline;
	}

		
.links-contents p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	padding:3px 5px;
	line-height:17px;
	text-align:left;
	}

p.question {
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 17px;
    padding: 0 5px;
    text-align: left;
}

p.question a {
    color: #8A4100;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	text-decoration:none;
}

p.question a:hover {
	text-decoration: underline;
}

/***************Products Listing Block Starts here***************/		

.products-name{
	/*float:left;*/
	float:right;
	width:575px;
	min-height:170px;
	position:relative;
	}
	
.products-name p{
	width:auto;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	padding:0 5px 7px 0;
	line-height:17px;
	text-shadow:#FFFFFF 1px 1px;
	}

.products-name ul{
	width:auto;
	text-align:left;
	margin:0 0 0 15px;
	padding: 15px 0;
	}	

.products-name ul li{
	background:none;
	list-style:square;
	background:none;
	padding:0;
	border:none;
	}	

.products-name ul li:hover{
	background:none;
	list-style:square;
	background:none;
	padding:0;
	border:none;
	}
	
.more-detail{
	float:right;
	width:auto;
	height:auto;
	}

.detail-btns{
	float:left;
	}
	
a.detail-btns {
    background: transparent url('../images/button_right1.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 29px;
	margin-right: 6px;
	padding-right: 7px;
	text-decoration: none;
	color: #00314C;
	text-shadow:#84BFDE 1px 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}

a.detail-btns span {
	background: transparent url('../images/button_left1.png') no-repeat; 
	display: block;
	line-height: 18px;
	padding: 6px 7px 5px 40px;
	} 

a.detail-btns:hover {
    background: transparent url('../images/button_right2.png') no-repeat scroll top right; 
	text-decoration: none;
	}
	
a.detail-btns:hover span{
	background: transparent url('../images/button_left2.png') no-repeat; 
	text-decoration:none;
	color: #00314C;
	text-shadow:#64C1F4 1px 1px;
	}
	
	
	a.proceed-button {
    background: transparent url('../images/update-button-right.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 31px;
	margin-right: 6px;
	padding-right: 32px;
	text-decoration: none;
	color: #ffffff;
	text-align:center;
	text-shadow:#184B7A 1px 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
a.proceed-button span {
	background: transparent url('../images/proceed-button-left.png') no-repeat; 
	display: block;
	line-height: 20px;
	padding: 6px 4px 5px 39px;
	} 
	
a.proceed-button:hover span{
	text-decoration:none;
	color: #002B43;
	text-shadow:#3CA3D9 1px 1px;
	}
	
a.save-button {
    background: transparent url('../images/save-button-right.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 31px;
	margin-right: 6px;
	padding-right: 32px;
	text-decoration: none;
	color: #ffffff;
	text-align:center;
	text-shadow:#184B7A 1px 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
a.save-button span {
	background: transparent url('../images/proceed-button-left.png') no-repeat; 
	display: block;
	line-height: 20px;
	padding: 6px 4px 5px 39px;
	} 
	
a.save-button:hover span{
	text-decoration:none;
	color: #002B43;
	text-shadow:#3CA3D9 1px 1px;
	}	

a.shopping-button {
    background: transparent url('../images/cart-button-right.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 31px;
	margin-right: 6px;
	padding-right: 32px;
	text-decoration: none;
	color: #ffffff;
	text-align:center;
	text-shadow:#184B7A 1px 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
a.shopping-button span {
	background: transparent url('../images/proceed-button-left.png') no-repeat; 
	display: block;
	line-height: 20px;
	padding: 6px 4px 5px 39px;
	} 
	
a.shopping-button:hover span{
	text-decoration:none;
	color: #002B43;
	text-shadow:#3CA3D9 1px 1px;
	}	

a.reset-button {
    background: transparent url('../images/reset-button-right.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 31px;
	margin-right: 6px;
	padding-right: 32px;
	text-decoration: none;
	color: #ffffff;
	text-align:center;
	text-shadow:#184B7A 1px 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
a.reset-button span {
	background: transparent url('../images/proceed-button-left.png') no-repeat; 
	display: block;
	line-height: 20px;
	padding: 6px 4px 5px 39px;
	} 
	
a.reset-button:hover span{
	text-decoration:none;
	color: #002B43;
	text-shadow:#3CA3D9 1px 1px;
	}	
	
.cart-area{
	clear:both;
	float:right;
	width:auto;
	height:auto;
	margin:auto;
	padding:35px 0 5px 0;
	}

.cart-area-contents{
	clear:both;
	float:none;
	width:auto;
	height:auto;
	margin:auto;
	padding: 0;
	overflow:hidden;
	}

span.cart{
	clear:both;
	float:left;
	background:url('../images/cart.png') no-repeat left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0081BB;
	text-align:left;
	padding:7px 0px 7px 35px;
	}
	
	
.submit-btn{
 clear:both;
 float:right;
 margin:auto;
 padding:5px;
 width:auto;
 height:auto;
 overflow:hidden;
 }

a.submit-button {
    background: transparent url('../images/submit-button-right.png') no-repeat scroll top right; 
 display: block;
 float: left;
 height: 31px;
 margin-right: 6px;
 padding-right: 32px;
 text-decoration: none;
 color: #ffffff;
 text-align:center;
 text-shadow:#184B7A 1px 1px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 }
 
a.submit-button span {
 background: transparent url('../images/proceed-button-left.png') no-repeat; 
 display: block;
 line-height: 20px;
 padding: 6px 4px 5px 39px;
 } 
 
a.submit-button:hover span{
 text-decoration:none;
 color: #002B43;
 text-shadow:#3CA3D9 1px 1px;
 }
	
span.cart a{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#0081BB;
 text-align:left;
 text-decoration:none;
 }

span.cart a:hover{
 text-decoration:underline;
 }






/*dashboard css*/

p.dashboard {
    clear: none;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 5px 5px 8px 15px !important;
}
.pad20 {
    display: block;
    max-width: 1230px;
    min-width: 590px;
    overflow: hidden;
    padding: 20px 5px 10px;
}
ul.dash {
    display: block;
    float: left;
    margin-bottom: 20px;
}
ul.dash li {
    display: inline;
    float: left;
    margin: 0 11px 30px;
    padding-bottom: 6px;
}
ul.dash li a {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CFCFCF;
    border-radius: 5px 5px 0 0;
    color: #555555;
    display: block;
    min-height: 120px;
    overflow: hidden;
    text-decoration: none;
    width: 120px;
}
ul.dash li a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CFCFCF;
}
ul.dash li a img {
    display: inline;
    margin-left: 29px;
    margin-top: 14px;
    width: 64px;
}
ul.dash li a span {
    display: block;
    font-size: 11px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
#easyTooltip {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #F0F0F0;
    color: #333333;
    font-size: 11px;
    padding: 5px;
}

fieldset .deirector-rep-overview{
margin-top:5px;
}
#imageContainer #lightboxImage{
position:relative;
z-index:1000;
}

/* Added on 8-7-2012*/

dl.news {clear:both; overflow:hidden; padding:0 0 14px 0;}
dt.news { clear:both; float:left; text-align:left; width:auto; line-height:17px; margin:5px 0;}
dd.news { clear:both; float:left; width:100%; line-height:23px; margin:0; overflow:hidden;}
dd.news h1{ clear:both; background:none; color: #434343; font-family: Arial,Helvetica,sans-serif; font-size: 18px; font-weight: normal; line-height: 17px; padding: 5px 0 5px 0px; text-align: left; text-shadow: 1px 1px #FFFFFF; margin-left:5px;}
dd.news h1 a{ clear:both; color: #434343; font-family: Arial,Helvetica,sans-serif; font-size: 18px; font-weight: normal; line-height: 17px; padding: 5px 0 5px 5px; text-align: left; text-shadow: 1px 1px #FFFFFF;}
dd.news h1 a:hover{color: #434343; font-family: Arial,Helvetica,sans-serif; font-size: 18px; font-weight: normal; text-decoration:underline; } 
p.date {clear:both; color: #054576; font-family: Arial,Helvetica,sans-serif; font-size: 12px; line-height: 17px; padding: 0 5px 5px; text-align: left;}
p.news {clear:both; color: #353535; font-family: Arial,Helvetica,sans-serif; font-size: 12px; line-height: 17px; margin: auto; padding: 2px 5px 5px; text-shadow: 1px 1px #FFFFFF;}

dl.events-detail { clear:none; float:right; width:80%; overflow:hidden; padding:0 0 14px 0;}
dl.events {clear:both; float:left; width:20%; overflow:hidden; padding:0 0 14px 0;}
dt.events { clear:both; float:left; text-align:left; width:auto; line-height:17px; margin:0;}
dt.events img {background-color: #FFFFFF; border: 1px solid #D9D9D9; float: left; height: auto; margin:0; padding: 4px; }
dd.events { clear:none; float:left; width:100%; line-height:23px; margin:0; overflow:hidden;}
dd.events h1{ clear:both; background:none; color: #434343; font-family: Arial,Helvetica,sans-serif; font-size: 18px; font-weight: normal; line-height: 17px; padding: 5px 0 5px 0px; text-align: left; text-shadow: 1px 1px #FFFFFF; margin-left:5px;}
dd.events h1 a{ clear:both; color: #434343; font-family: Arial,Helvetica,sans-serif; font-size: 18px; font-weight: normal; line-height: 17px; padding: 5px 0 5px 5px; text-align: left; text-shadow: 1px 1px #FFFFFF;}
dd.events h1 a:hover{color: #434343; font-family: Arial,Helvetica,sans-serif; font-size: 18px; font-weight: normal; text-decoration:underline; }

/* Added on 8-8-2012*/

.pageslist .current{background: none repeat scroll 0 0 #1877BB; color:#fff;}
.selected_cat{
	background:#06C;
	color:#fff;
	line-height:23px;
	display:inline-block;
	padding:0 10px 0 0;
}


fieldset.about {
    clear:both; 
 margin-top:30px; 
 background: url(../images/fieldset-bg.jpg) repeat-x #F0F0F0; 
 padding:10px; 
 border:1px solid #DCDCDC; 
 margin-bottom:20px; 
 width:auto;
 }

fieldset.about ul{
 clear:none;
 text-align:left;
 padding:10px 0;
 } 

fieldset.about ul li{
 margin-left:14px;
 padding:5px;
 color:#5C5C5C;
 }
