@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background: #225a81 url(../images/comps_header_bg.png) top repeat-x;
}
img {
	border:none
}

h1
{
    color:#01538e;
    margin: 0px 0px 10px 0px;
    font-size: 24px;
}

h2 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal !important;
}

h3
{
    color:#002947;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    font-family: verdana;
    font-size: 14px;
}
h3 a {
    text-decoration: none;
    color:#01538e;
}
h3 a:hover {
    text-decoration: none;
    color:#00233d;
}
h4 {
    color:#ee2020;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 0px 3px 0px;
    margin: 0px 0px 0px 0px;
}
.clear {clear:both;}

.req { color:red; }

/* =============== ERRORS ============= */

#errordiv {
    text-align: left;
    background-color:#fff;
    width: 80%;
	border:solid #ca8282 1px;
	width:80%;
	margin: 15px auto;
}
#errordiv #head, .errStr {
    font-size:15px;
    margin:5px auto;
    text-align:center;
	font-weight:bold;
	color: #FF0000;
}
#friendlyErr {
    margin:15px 0px 15px 0px;
    text-align:center;
    font-weight:bold;
    color:#FF0000;
    font-size:14px;
}
#errpoint {
    font-size:13px;
    color:#FF0000;
    margin:5px 5px 5px 5px;
}
.req {
    color:red;
}


a {
    color: #01538e;
    text-decoration: underline;
}

a:hover {
    color: #002947;
    text-decoration: none;
}

p, h1 {padding:0}

/* ============ FORM STYLES ======== */

.formdiv {
    padding:15px 0px 15px 0px;
    width:850px;
}
.formrow {
    clear:both;
    padding:2px 0px 0px 0px;
}
.formtable {
    clear:both;
    /*border:1px solid #CCCCCC;*/
    padding:10px 10px 10px 10px;

}
.label {
    color: #363636;
    float:left;
    padding:5px 0px 5px 0px;
    font-size:12px;
    vertical-align:top;
    text-align:right;
}
.ele {
    color: #000000;
    float:right;
    padding:5px 0px 5px 0px;
    font-size:12px;
    font-weight:100;
    vertical-align:top;
    text-align:left;
}
.ele input{padding:1px;}

input, select, textarea {
    border: 1px solid #B7B7B7;
}

.w240px { width:240px}
.w740px { width:740px}

.btn_style3{background:#01538e;color:#fff;border:0px;cursor:pointer;border-radius: 2px;-moz-border-radius: 2px;padding:2px 8px 2px 8px;font-size:11px;font-family:verdana;line-height:16px;}
.btn_style3:hover{background:#196fad;color:#fff;border:0px;cursor:pointer;border-radius: 2px;-moz-border-radius: 2px;padding:2px 8px 2px 8px;font-size:11px;font-family:verdana;line-height:16px;}

.mb {
    background: none repeat scroll 0 0 #b9cbd7;
    font-size: 12px;
}

a.signin{color:#ffffff;text-decoration:none}
a.signin:hover{color:#ffffff;text-decoration:underline}

.font13{font-size:13px}


/* ============== PAGGING ========== */

.paggingDiv {
    float:left;
    width:50%;
    font-size:11px;
}
.noofrecDiv {
    /*
    float:left;
    width:49%;
    */
    float:left;
}
.noofrecDiv th, paggingDiv th {
    font-size:11px;
    font-weight:100;
}
.pagging_tbl {
    width:auto;
    /*padding: 10px 0px 10px 0px;*/
    padding: 3px 0px 3px 0px;
    font-size: 12px;
}
.pagging_tbl th {
    font-size:12px;
    padding:0px 10px 0px 0px;
}
.pagging_tbl td {
    font-size:12px;
}
.pagging_tbl .num {
    border:1px solid #ccc;
    background-color: #ccc;
    padding:1px 4px 1px 4px;
    height:20px;
    width:15px;
    text-align:center;
    margin:0px 1px 0px 1px;
}
.pagging_tbl .link, .pagging_tbl a {
    font-size:12px;
    text-align:center;
    font-weight:bold;
    color:#000000;
    text-decoration:underline;
}
.pagging_tbl #activeone {
    border:1px solid #666;
    background-color: #999;
    color:#fff;
    font-weight: bold;
    padding:1px 4px 1px 4px;
    text-align:center;
    margin:0px 1px 0px 1px;
}
.action_table {
    width:auto;
    /*padding: 10px 0px 10px 0px;*/
    padding: 10px 0px 3px 0px;
    font-size: 12px;
}
.notice {
    color:#666;
    font-size: 11px;
    padding-top:10px;
}
.noborder
{
    border:none;
}
/*-------------------- */

.sucmsg {
    font-size:15px;
    color:#000;
    font-weight: bold;
    text-align: center;
    padding:10px;
    margin:0px auto;
    width:70%;
    background-color: #F1F6BE;
    margin-bottom:10px;
    border:1px solid #9DA919;
}

#pageWrapper {
	min-width:1000px;
}
.header {
	height:110px;
	width:980px;
	margin:0 auto;
	background-color:#FFF;
}
.header .logo {
	width:221px;
	padding-top:26px;
	float:left
}
.header .banner {
	width:728px;
	height:90px;
	margin-top:10px;
	float:right
}
#headerWrapper {
	width:1000px;
	margin:0 auto;
}
#mainBodyWrapper {
	width:1000px;
	margin:0 auto;
	background-color:#FFF;
	margin-top:12px;
}
#mainBody {
	/*width:980px;*/
	margin:0 auto;
	min-height:500px
}
.navWrapper {
	height:36px;
	width:980px;
	margin:0 auto;
}
.navLinks {
	width: auto;
	float:left;
}
.navigation {
	list-style: none outside none;
	padding: 0;
	margin:0;
	line-height:36px;
}
.navigation li {
	background: url(../images/nav_sep.png) right center no-repeat;
	float: left;
}
.navigation li .first {
	margin-left:0 !important;
}
.navigation li a {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold !important;
	text-decoration:none;
	margin-left:12px;
	margin-right:12px;
	text-shadow: 0 -1px 0 #4f0001;
}
.navigation li a:hover {
	color:#000;
	text-shadow: 0 -1px 0 #e90206;
}
.findComps {
	float:left;
	width:310px;
	height:28px;
	text-align:right;
	padding:5px 0 0 0;
}
.findComps .srchField {
	color:#999;
	height:24px;
	line-height:24px;
	width:240px;
	border:none;
	font-size:13px;
	padding-left:24px;
	background: #FFF url(../images/icon_find.png) left center no-repeat;
	float:left;
	margin-top:1px;
}
.findComps .butFind {
	height:28px;
	width:40px;
	display: inline;
	background:url(../images/but_find.png) top no-repeat;
	border:none;
	cursor:pointer;
	float:left;
	margin-left:4px;
}
.findComps .butFind:hover {
	height:28px;
	width:40px;
	display:inline-block;
	background:url(../images/but_find.png) top no-repeat;
	background-position:0px -28px;
	border:none;
	cursor:pointer;
}
.loginDiv {
/*	width:210px;
	height:70px;
	border:none;
	background-color:#b9cbd7;
	margin-top:20px;
	border-radius:3px;
	padding:5px*/
}
.loginDiv .loginHdr {
	font-size:14px;
	font-weight:bold;
	line-height:24px
}
.loginDiv a {
	font-size:11px;
	line-height:24px;
	text-decoration:none;
	color:#039;
}
.loginDiv a:hover {
	text-decoration:underline;
	color:#039;
	
}
.userInput {
	font-size:10px;
	float:left;
	margin-right:4px;
	color:#666;
}
.butLogin {
	height:20px;
	width:40px;
	display:inline-block;
	background:url(../images/but_login.png) top no-repeat;
	border:none;
	cursor:pointer;
	float:left;
}
.butLogin:hover {
	background:url(../images/but_login.png) top no-repeat;
	background-position:0px -20px;
}
.butLogout {
	height:20px;
	width:50px;
	display:inline-block;
	background:url(../images/but_logout.png) top no-repeat;
	border:none;
	cursor:pointer;
	float:left;
}
.butLogout:hover {
	background:url(../images/but_logout.png) top no-repeat;
	background-position:0px -20px;
}
.moreInfo {
	background:url(../images/icon_more.png) left center no-repeat;
	cursor: pointer;
	float: right;
	line-height: 32px;
	padding-left: 28px;
	width: 60px;
}
.moreInfo a {
	font-size:11px;
}
.moreInfo a:hover {
	text-decoration:none
}
.marginTop12 {
	margin-top:12px;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right
}
.width360 {
	width:360px;
}
#topComps .sm_links {
	color: #F30;
	padding: 0 4px;
	text-decoration: none;
}
#topComps .sm_links:hover {
	text-decoration: underline;
}
/*-------- Register -------------*/

.regFormWrapper {
	margin-top:20px;
	width:740px;
	margin: 0 auto;
	background:url(../images/gift_bg_1.jpg) bottom right no-repeat;
	background-position: 240px 300px;
}
.regFormDesc {
	width:380px;
	float:left;
	color:#01538E;
	font-size:14px
}
.font18 {
	font-size:18px
}
.regFormUl {
	font-size:18px;
	line-height:30px;
	color:#000
}
#reg-form {
	font-size:13px;
	width:320px;
	background-color:#F0F3F7;
	border:1px solid #CCC;
	border-radius: 5px;
	padding: 0 10px;
}
#reg-form label {
	color: #333333;
	float: left;
	font-weight: normal;
	line-height: 28px;
	margin-right: 10px;
	text-align: right;
	width: 150px;
}
#reg-form .error {
	border: 1px dotted #FF0000;
	color: #FF0000;
	line-height: 30px;
}
#reg-form input {
	border: 1px solid #d9e3e9;
	margin: 3px 0 0;
	padding: 4px 3px;
	vertical-align: middle;
	width:150px;/*width: 292px;*/
}
#reg-form .txtarea {
	border: 1px solid #d9e3e9;
	font-family: Arial, Tahoma, Sans Serif;
	font-size: 11px;
	height: 120px;
	margin: 4px 3px 3px 0;
	padding: 4px 3px;/*width: 292px;*/
}
#reg-form input[type="radio"] {
	width:24px
}
#reg-form input[type="checkbox"] {
	width:24px
}
#reg-form select {
	display:block
}
#reg-form ul {
	background-image: none;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#reg-form .submit {
	background: none repeat scroll 0 0 #225a81;
	border: 1px solid #3C8A3D;
	border-radius: 6px 6px 6px 6px;
	color: #FFF;
	cursor: pointer;
	display: block;
	float: left;
	font-family: Arial, Tahoma, Sans Serif;
	font-size: 14px;
	font-weight: bold;
	margin: 4px auto 0;
	padding: 4px 6px;
	width: auto;
}
#reg-form .submit:hover {
	background-color: #2D2D23;
	border: 1px solid #000000;
	color: #FFFFFF;
}
#reg-form #inquiry ul li {
	list-style: none outside none !important;
}
/*------- Form ------------*/

#register-form {
	font-size:13px;
	width:600px;
}
#register-form label {
	color: #333333;
	float: left;
	font-weight: normal;
	line-height: 28px;
	margin-right: 10px;
	text-align: right;
	width: 150px;
}
#register-form .error {
	border: 1px dotted #FF0000;
	color: #FF0000;
	line-height: 30px;
}
#register-form input {
	border: 1px solid #d9e3e9;
	margin: 3px 0 0;
	padding: 4px 3px;
	vertical-align: middle;
	width:300px;/*width: 292px;*/
}
#register-form .txtarea {
	border: 1px solid #d9e3e9;
	font-family: Arial, Tahoma, Sans Serif;
	font-size: 11px;
	height: 120px;
	margin: 4px 3px 3px 0;
	padding: 4px 3px;/*width: 292px;*/
}
#register-form input[type="radio"] {
	width:24px
}
#register-form input[type="checkbox"] {
	width:24px
}
#register-form select {
	display:block
}
#register-form ul {
	background-image: none;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#register-form .submit {
	background: none repeat scroll 0 0 #225a81;
	border: 1px solid #3C8A3D;
	border-radius: 6px 6px 6px 6px;
	color: #FFF;
	cursor: pointer;
	display: block;
	float: left;
	font-family: Arial, Tahoma, Sans Serif;
	font-size: 14px;
	font-weight: bold;
	margin: 4px auto 0;
	padding: 4px 6px;
	width: auto;
}
#register-form .submit:hover {
	background-color: #2D2D23;
	border: 1px solid #000000;
	color: #FFFFFF;
}
#register-form #inquiry ul li {
	list-style: none outside none !important;
}
.share {
	display: block;
	margin: 0 0 10px;
	padding: 0;
}
.share ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.share ul li {
	background: none repeat scroll 0 0 transparent;
	float: left !important;
	line-height: 16px;
	list-style-type: none !important;
	margin: 0 5px 5px 0 !important;
	padding: 0 !important;
}
.share ul li:before {
	content: "";
}
.share img {
	float: none;
	margin: 0 5px 0 0 !important;
	padding: 0 !important;
	vertical-align: middle;
}
.share-clear {
	clear: left;
}
.share-opacity li {
	opacity: 0.5;
}
.share-opacity li:hover {
	opacity: 1;
}
.share li a {
	display: block;
	float: left;
	height: 16px;
	opacity: 0.5;
	width: 16px;
}
.share li a:hover {
	opacity: 1;
}
.share .fb {
	background: url(../images/icons/share.gif) repeat scroll 0 0 transparent;
}
.share .t {
	background: url(../images/icons/share.gif) repeat scroll 0 -16px transparent;
}
.share .g {
	background: url(../images/icons/share.gif) repeat scroll 0 -32px transparent;
}
.share .e {
	background: url(../images/icons/share.gif) repeat scroll 0 -48px transparent;
}
.ratings {
	line-height: 24px;
	height:24px
}
.ht48 {
	height: 32px;
	line-height: 32px;
}
.rateit {
	background-color:#F00;
	color:#FFF;
	cursor:pointer;
	text-decoration:none;
	border-radius:3px;
	margin:4px 4px 0 4px;
	font-size:10px;
	font-weight:bold;
	padding:0 2px;
}
.rateit:hover {
	background-color:#000;
	color:#FFF;
}
.compDetails {
	margin-top:20px;
	width:720px;
	margin: 0 auto;
	font-size:13px;
	background-color:#f0f3f7;
	border:1px solid #CCC;
	border-radius:3px;
	padding:0 10px;
}
.detailHdr {
	font-size:22px;
	font-weight:bold;
	line-height:36px;
}
.shortDesc {
	font-size:12px;
	color:#000;
	padding-bottom:10px
}
.prizeImg {
	float:left;
	width:20%;
	text-align:center;
}
.prizeDetails {
	float:left;
	width:80%
}
ol {
	font-size:13px;
	line-height:20px
}
.hdrDiv {
	background-color:#01538E;
	border-radius:5px;
	color:#FFF;
	padding:4px;
	margin-top:20px;
	font-weight:bold;
	font-size:24px
}
.font12 {
	font-size:12px
}
.width600 {
	width:600px;
}
.butEnterComp {
	background-color:#F00;
	border-radius:5px;
	padding:4px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}
.butEnterComp:hover {
	background-color:#000;
}
/*----------- Footer -------*/
.fR {
	float: right;
	margin-left: 8px;
}
.fL {
	float: left;/*margin-right: 8px;*/
}
.cleardiv {
	clear:both;
}
.mL15 {margin-left:15px}
.mR15 {margin-right:15px}
.pT30{padding-top:27px}

.footerLink
{
	height:106px;
	color:#FFF;
	font-size:13px;
    margin:0 auto;
    background: url(/images/footer_bg.gif) repeat-x;
    border: 1px solid #fff;
}

.footerLink a {
	color:#FFF;
	text-decoration:none;
}
.footerLink a:hover {
	color:#1c1c1c;
}

.footer{
	min-width:1000px;
	background:#1c1c1c;
	height:106px;
    font-size:13px;
    color:#FFF;
    margin:0 auto;
    background: url(/images/footer_bg.gif) repeat-x;
}

.footer a {
	color:#FFF;
	text-decoration:none;
}
.footer a:hover {
	color:#1c1c1c;
}
.footer .copyright {
	height:37px;
	line-height:37px;
	font-size:12px;
	color:#FFF;
	font-weight:normal;
    padding-top:27px;
}
.footer .copyright a {
	text-decoration:underline
}
.footer .copyright a:hover {
	color:#e90206;
}
.socialsites {
    padding-top:35px;
}
.footer .socialsites a {
	width:32px;
	height:32px;
	display:block;
	cursor:pointer;
	margin-left:6px;
	/*border:1px solid #1c1c1c;*/
}
.footer .socialsites a:hover {
	/*border:1px solid #444444;*/
	margin-left:6px;
}
.footer .tweet {
	background:url(../images/social-icons.png) center;
	background-position: -32px 0;
	float:left
}
.footer .fb {
	background:url(../images/social-icons.png) center;
	background-position: 0 0;
	float:left
}

.page_listing_row {
    margin: 0px 10px 0px 0px;
    padding:0px 0px 0px 0px;
    /*border-bottom:1px dotted #000;*/
}
.page_listing {
    float:left;
    width:50%;
    margin:5px 0px 5px 0px;
}

.page_listing img {
    margin:0px 10px 10px 0px;
    float:left;
}

.page_listing th {
    font-size: 11px;
}

.page_listing .desc {
    font-size: 12px;
    font-family: verdana;
    padding: 0px 0px 10px 0px;
}

.pagedesc {
    font-size: 13px;
    font-family: arial;border:0px solid;
}

.allpageslist {
    clear:both;
}
.allpageslist div {
    float:left;
    width:50%;
    color:#FF0099;
    font-size: 13px;
    font-family: verdana;
}

.imgdiv {
    padding:0px 10px 10px 0px;
    float: left;
}
.pagedesc {
    font-size: 13px;
    font-family: arial;border:0px solid;
}

.formbox {
    background:#fff;
    border:1px solid #01538e;
    padding:0px;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
	/*width:280px;*/
	margin: 0 auto;
}
.formheading {
    background-color: #01538e;
    font-weight: bold;
    color:#FFFFFF;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    padding: 3px 0px 3px 10px;
}
.readmore {
    color: #C00000;
    font-size: 11px;
    font-weight: bold;
}
table.tabdata{}
table.tabdata td{padding:4px;color:#363636}
table.tabdata td input{padding:1px;}

#frmcomp, #frmcontactus {
    width:100%;
}
#frmcomp .label, #frmcontactus .label {
    width:30%;
}
#frmcomp .ele, #frmcontactus .ele {
    width:69%;
}
.comp_interest div {
    float:left;
    width: 30%;
}
.search_result {
    margin: 10px 0px 20px 0px;
}
.searchpage {
    padding: 20px 0px 0px 0px;
    font-size: 13px;
}
.searchpagedesc {
    padding: 0px 0px 0px 30px;
}
.searchpageurl {
    padding: 0px 0px 0px 30px;
    color: #FF0099;
    font-style: italic;
    font-size: 13px;
}
.searchpageurl a:hover {
    color: #002947;
}

#activecat, #activecat a
{
    background-color: #E81010;
    font-weight:bold;
    color:#fff;
}


.imgDisplayBox {
    float: left;
    height: auto;
    margin: 0 8px 6px 0;
    max-width: 100px;
    width: 100px;
}

.imgContainer {
    display: block;
    height: 100%;
    text-align: center;
    width: 100%;
}


@media only screen and (max-width: 785px) {
	
.article a  { font-size:12px;}

.mobileAds{
	display:block !important;
}

.navbar .tbl {
	height:60px;/* background-color:#eb008b*/
}
.mob-mnu {/*display:none;*/
}
.mnu_ico {
	/*position:absolute;
	top:20px;*/
	left:10px;
	width:29px;
	height:24px;
	display:block;
	background:url(../images/icon_menu.png) no-repeat;
	cursor:pointer;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.mnu_ico.active {
	background:url(../images/icon_menu_close.png) no-repeat;
	cursor:pointer;
	height:24px;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.mob-mnu {
	position:absolute;
	top:0;
	left:0;
	width:250px;
	height:100%;
	z-index:0 !important;/*display:none;*/
}
.mob-mnu ul {
	list-style:none;
	margin:0;
	padding:0;
}
.mob-mnu ul li {
	border-bottom:solid 1px #fff;
}
.mob-mnu ul li a {
	padding:6px;
	display:block;
	color:#000;
	font-size:14px;
	font-weight: bold;
	font-family:arial;
	text-decoration:none;
	text-align:left;
}
.mob-mnu ul li a.active, .mob-mnu ul li a:hover {
	background:#ffffff;
	text-decoration:none;
	color:#ff5abc;
}
.mob-mnu ul li ul {
	list-style:none;
	margin:0;
	padding-left:5px;
}
.mob-mnu ul li ul li {
	border-bottom:solid 1px #ca0078;
}
.mob-mnu ul li ul li a {
	padding:1px 5px;
	display:block;
	color:#fff;
	font-size:12px;
	font-weight:300;
	font-family:arial;
	text-decoration:none;
	text-align:left;
}
.mob-mnu ul li ul li a.active, .mob-mnu ul li a:hover {
	text-decoration:none;
	color:#ff5abc;
}
.cd-top {
	display: inline-block;
	height: 36px;
	width: 36px;
	position: fixed;
	bottom: 100px;
	right: 10px;
	z-index: 10;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(202, 0, 120, 0.5) url(../images/top-arrow.png) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
  visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}
}
 @media only screen and (min-width: 768px) {
.mobileAds{
	display:none !important;
}
.cd-top {
	right: 20px;
	bottom: 20px;
}
}
@media only screen and (min-width: 1024px) {
.mobileAds{
	display:none !important;
}
.cd-top {
	height: 60px;
	width: 60px;
	right: 30px;
	bottom: 30px;
}
}



@media only screen and (max-width: 785px) {
.mobileAds{
	display:block !important;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	font-size:16px !important;
}

*::before, *::after {
	box-sizing: border-box;
}
.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after {
	content: " ";
	display: table;
}

#pageWrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
	/*width:100%;*/
	min-width:320px;
}

.container {
    margin-left: -15px;
    margin-right: -15px;
}
.header {
	height:110px;
	width:980px;
	margin:0 auto;
	background-color:#FFF;
}
.header .logo {
	width:221px;
	padding-top:26px;
	float:left
}
.header .banner {
 display:none;
}

.navbar { background: #225a81 url(../images/comps_header_bg.png) top repeat-x; background-position: 0 -60px; height:100px}

#headerWrapper {
	width:320px;
	margin:0 auto;
	display:none
}
#mainBodyWrapper {
	width:100%;
	margin:0 auto;
	background-color:#FFF;
	margin-top:12px;
	clear:both;
}
#mainBody {
	/*width:320px;*/
	margin:0 auto;
	min-height:500px;
	padding:0 15px;
}
.navWrapper {
	height:36px;
	width:320px;
	margin:0 auto;
}

.navLinks {display:none}

.compsMain {
    margin-top: 20px;
    width: 100%;
	
}

.compsMain .intro {
display:none;
}

.winprize {
display:none;
}

.leftbar-main {
	display:none !important; border:1px solid #000;
}
.leftbar {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	width: 250px;
}
.leftbar .linkdiv {
	font-size:14px;
	line-height:20px;
}
#topNavigation {
	display:none;
}
.rightbar {
	display:none;
}
.wrapper {
	position:relative;
	z-index:1 !important;
	background:#ffffff url(images/bg1.png) repeat-x;
	min-height: 100%;
	background-position:0 -24px;
}
.youarehere {
	font-size: 11px;
	padding:10px 0px 10px 0px;
}
.page_listing {
	float: left;
	margin: 0;
	width: 100%;
}
.page_listing .desc {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
label {
	display: block;
}
.listint {
	float:left;
	width:50%;
	font-size:12px;
}
.comp_interest div {
	float: left;
	width: 100%;
	font-size:12px;
	display:block;
}
h3 {
	color:#993399;
	padding: 0px 0px 14px 0px;
	font-size: 18px;
	font-weight:200;
}

.allpageslist {
	margin-top:18px
}

.allpageslist ul {
	color: #ff0099;
	float: left;
	font-size: 13px;
	width: 100%;
}
.allpageslist ul li{
	line-height:20px;
}

.imgDisplayBox {
	float: left;
	height: auto;
	margin: 0 6px 4px 0;
	max-width: 80px;
	width: 80px;
}

.imgContainer {
	display: block;
	height: 100%;
	text-align: center;
	width: 100%;
	zoom:1;
}
.pagedesc {
	font-size: 13px;
	font-family: arial;
	/*width:300px;*/
	clear:both;
}

.imgdiv {
	padding:0px 10px 10px 0px;
	float: left;
	display:block;
	height: auto;
	margin: 0 10px 10px 0;
	max-width: 100%;
	width: 260px;
}
.imgArticleBox {
	max-width: 300px;
	text-align: center;
	display:block;
	height: auto;
}
.imgArticle {
	display: block;
	height: 100%;
	text-align: center;
	width: 100%;
	max-width: 100%;
	zoom:1;
}
.imgContainer img {
	height:auto;
	width:100%;
}
.textContainer {
	width:100%;
	min-height:120px;
}
.formbox {
	background:#fff;
	border:1px solid #e3007e;
	padding:10px;
	/*font-size:11px !important;*/
	font-family:Arial, Helvetica, sans-serif;
	width:280px;
}

.formbox .label { float:left;  width: 100%;
	display:block; font-size:13px;
}

p, td {
	font-size: 16px;
}
.pnk {
	color:#fe409f
}



a {
	color: #fe409f;
	text-decoration: none;
}
a:hover {
	color: #e2007e;
	text-decoration: none;
}
.middlebar {
	margin: 0 auto;
	padding: 12px;
	height:980px
}

.mm {
	display:none
}
.gd {
	display:none
}

.header {
	display:none
}
.loginDiv {
	float: right;
	margin: 0 10px 0 0;
	position: relative;
}
nav ul {
	line-height: 20px;
	list-style: outside none none;
	background:#FFF !important;
}
/*nav #login-trigger {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight: bold;
}
nav #login-trigger, nav #signup a {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
nav #login-trigger:hover, nav #login .active, nav #signup a:hover {
	background: #ca0078;
	color:#fff;
}
nav #login-trigger {
	font-weight:bold;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
nav #login-content {
	border: 1px solid #e5e6e6;
	border-top: none !important;
	top: 35px;
}*/
li {
	margin: 0px 0px 0px 4px;
}
.border {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #b4006b;
}
.mSearch {
	display:block !important;
	width:90%;
	margin:0 auto
}
/*.loginbox {
	font-size: 14px;
	margin: 20px auto auto;
	max-width: 400px;
}
nav #login-triggerx, nav #signup a {
	color: #fff;
	padding: 2px;
	text-decoration: none;
	cursor:pointer;
}
nav #login-triggerx:hover, nav #login .active, nav #signup a:hover {
}
*/
.uname {
    border: 1px solid #d2d6db;
    height: 20px;
    width: 160px !important;
}

.pswd {
    border: 1px solid #d2d6db;
    float: left;
    height: 20px;
    width: 104px !important;
}

.imgDisplayBox {
    float: left;
    height: auto;
    margin: 0 8px 6px 0;
    max-width: 100%;
    width: 100px;
}

.imgContainer {
    display: block;
    height: 100%;
    text-align: center;
    width: 100%;
}


.textContainer {
	margin-bottom: 20px;
	width: 100%;
}
.socialsites a.fb {
	background: url(/images/social-icons.png) no-repeat center;
	background-position:0 0;
	width:32px;
	height:32px;
	display:block;
	cursor:pointer
}
.socialsites a.tw {
	background: url(/images/social-icons.png) no-repeat center;
	background-position:-32px 0;
	width:32px;
	height:32px;
	display:block;
	cursor:pointer
}
.socialsites a.usr {
	background: url(/images/social-icons.png) no-repeat center;
	background-position:-64px 0;
	width:32px;
	height:32px;
	display:block;
	cursor:pointer
}
.user {
	background: #ca0078 none repeat scroll 0 0;
	border: 1px solid #ca0078;
	border-radius: 24px;
	cursor: pointer;
	display: block;
	height: 30px;
	margin-left: 6px;
	width: 30px;
	text-align:center;
	vertical-align:middle;
}

.fltrt {
    float: right;
    margin-left: 8px;
}
.socialsites {
    padding-top: 2px;
}
.mrgnrt15 {
    margin-right: 15px;
}

.footer .tweet {
	background:url(../images/social-icons.png) center;
	background-position: -32px 0;
	float:left
}
.footer .fb {
	background:url(../images/social-icons.png) center;
	background-position: 0 0;
	float:left
}

.fu {
    display: block;
    float: right;
    height: 20px;
    line-height: 20px;
    margin: 9px 0 0;
}

nav #login .active {
	border-right: none !important;
	background: url(/images/social-icons.png) no-repeat center !important;
	background-position:-64px 0 !important;
	width:32px;
	height:32px;
	display:block;
	cursor:pointer
}
nav #login-trigger:hover, nav #login .active, nav #signup a:hover {
	background: url(/images/social-icons.png) no-repeat center !important;
	background-position:-64px 0 !important;
	width:32px;
	height:32px;
	display:block;
	cursor:pointer
}
nav #login-content1 {
	background-color:#f3f3f3;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-bottom: 1px solid #e5e6e6;
	border-image: none;
	border-left: 1px solid #e5e6e6;
	border-radius: 0 0 3px 3px;
	border-right: 1px solid #e5e6e6;
	border-top: 1px solid #FF0000;
	display: none;
	padding: 8px 0 4px;
	position: absolute;
	right: 0;
	/*top: 28px;*/
	z-index: 999;
	margin-top:1px;
}
nav li #login-content1 {
	right: 0;
	width: 240px;
}
#inputs input {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #cccccc;
	border-radius: 3px;
	margin: 0 0 5px;
	padding: 6px 5px;
}
#inputs input:focus {
	background-color: #ffffff;
	border-color: #e8c291;
	box-shadow: 0 0 0 1px #f09000;
	outline: medium none;
}
#login #actions {
	margin: 10px 0 0;
}
#login #submit {
	background-color: #d14545;
	background-image: -moz-linear-gradient(center top, #e97171, #d14545);
	border: 1px solid #7e1515;
	border-radius: 3px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	color: #ffffff;
	cursor: pointer;
	float: left;
	font: bold 14px Arial, Helvetica;
	height: 30px;
	padding: 0;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	width: 100px;
}
#login #submit:hover, #login #submit:focus {
	background-color: #e97171;
	background-image: -moz-linear-gradient(center top, #d14545, #e97171);
}
#login #submit:active {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	outline: medium none;
}
#login #submit::-moz-focus-inner {
 border: medium none;
}

#login label {
	float: right;
	line-height: 30px;
}

#login label input {
	position: relative;
	right: 2px;
	top: 2px;
}

#frmcomp .label {
    text-align: left;
    width: 100%;
	display:block;
}

#recip_link_form .label {
    text-align: left;
    width: 100%;
	display:block;
}

#link_order_form .label {
    text-align: left;
    width: 100%;
	display:block;
}

.label {
    text-align: left;
    width: 100%;
	display:block;
}

.ele {
    color: #000000;
    float: none;
    font-size: 12px;
    font-weight: 100;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
	width:100%;
	display:block;
}


#frmcomp .label, #frmcontactus .label {
    width:100%;
}
#frmcomp .ele, #frmcontactus .ele {
    width:100%;
}
.comp_interest div {
    float:left;
    width: 100%;
}

.cartitem {
    margin: 10px;
    font-size: 13px;
	width:280px
}
.cartitem td {
    font-size: 13px;
    padding: 2px 4px 2px 4px;
}

.footerlinks {
	display:none;
}
#search_form { padding:20px}

.search_result {
    margin: 10px 20px 10px 0;
}

.sign_listing {
	float: left;
	margin: 10px 0 0;
	width: 100%;
}

table.tabdata {
}

table.tabdata h2{ font-size:14px;
}
table.tabdata td {
	padding:4px; font-size:12px;
	color:#363636
}
table.tabdata td input {
	padding:1px;
}

.innerMain {
    margin-top: 20px;
    width: auto !important;
}

.hide-m {
	display:none !important;
}
.bottomad {
	display:none !important;
}

.mw100 {
	width:100px
}
.mw150 {
	width:150px
}
.mw200 {
	width:200px
}
.mw250 {
	width:250px
}
.mw300 {
	width:300px
}
.mw300auto {
	width:300px;
	margin:0 auto;
}
.mw350 {
	width:200px
}

.mw-50 {
	width:50%
}
.mw-75 {
	width:75%
}
.mw-100 {
	width:100%
}

.m540 {height:540px}


.w-100 {
	width:100%
}

.w150 { width:150px}

.size-250 {
	width:250px
}


.footer {
    background: rgba(0, 0, 0, 0) url("/images/footer_bg.gif") repeat-x scroll 0 0;
    color: #fff;
    font-size: 13px;
    height: 106px;
    margin: 0 auto;
  min-width: 320px;
}


}


@media only screen and (min-width:800px) and (max-width: 1200px) {
.mobileAds{
	display:none !important;
}
.searchWrapper {
	background: rgba(0, 0, 0, 0) url("../images/search_bg.png") no-repeat scroll left center;
	height: 26px;
	margin-left: 8px;
	padding-left: 6px;
	width: 160px;
}
.search {
	background: rgba(0, 0, 0, 0) url("../images/search_input_bg.png") no-repeat scroll right center;
	border: medium none;
	display: block;
	float: left;
	font-family: verdana;
	height: 26px;
	line-height: 26px;
	width: 114px;
}
.subNavBar {
	margin: 0;
	min-width: 100px;
	padding: 0;
	width: 100%;
}
.topNav {
	float: right;
	width: 240px;
	z-index: 100;
}
.page_listing {
	float: left;
	margin: 0;
	width: 100%;
}
}



@media only screen and (min-width:800px) and (max-width:980px) {
.mobileAds{
	display:block !important;
}
.subNavBar {
	margin: -30px 0 20px 0;
}
.sign_listing {
	float: left;
	margin: 10px 0 0;
	width: 50%;
}
}

@media only screen and (min-width: 786px) {
.mob-mnu {
	display:none
}
#mnu_ico {
	display:none
}
.navbar {
	display:none
}
}

@media only screen and (min-width:641px) and (max-width: 1024) {
.mobileAds{
	display:block !important;
}
.imgArticleBox {
	display: block;
	height: auto;
	max-width: 100%;
	text-align: center;
}
}
 @media only screen and (min-width:1px) and (max-width: 359px) {
 .mobileAds{
	display:block !important;
}
.bottomcontent {
	display:none !important
}
}
 @media only screen and (min-width:1px) and (max-width: 220px) {
 .mobileAds{
	display:block !important;
}
.bottomcontent {
	display:none !important
}
.textContainer {
	clear:both
}
.imgDisplayBox {
	float: left;
	height: auto;
	margin: 0 6px 4px 0;
	max-width: 100%;
	width: 200px !important;
}


.leftbar-main {
	display:none !important; border:1px solid #000;
}


}