html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	
	
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

body{   font-family:Arial, Helvetica, sans-serif; font-size: 12px;}
.pull-left{float:left}
.pull-right{float:right}
/* -------------------------------- */
/* Seach box -Home page                */
/* -------------------------------- */
.search-box-field{float:left; height:24px; padding:8px 15px; background:transparent; outline:0; font-size:20px; border:0 }
/*arnab */

.search-box-home2{position:fixed; top:30%; left:50px; padding:6px 4px 0 6px; background:url(../images/search-box-home.png) no-repeat; width:562px; height:86px;z-index:25}
.search-box-field{ height:24px; padding:8px 15px; background:transparent; outline:0; font-size:20px; border:0;/*width:365px;*/ }
.search-bt-home{font-size:16px; color:#ffffff; padding:10px 21px; background:transparent; border:0; text-transform:uppercase; font-family:'MyriadProSemiBold',arial,Helvetica; cursor:pointer }
.category-wrapper{display:block; clear:both; color:#d7d7d7; font-size:14px; }
.search-cats{float:left;}





/**
 * @version		1.3
 * @package		SimpleTabs
 * @author    Fotis Evangelou - http://nuevvo.com/labs/simpletabs
 * @copyright	Copyright (c) 2009-2011 Fotis Evangelou / Nuevvo Webware Ltd. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */
 
div.simpleTabs {margin-top:14px; padding:0}
ul.simpleTabsNavigation { margin:0 ; padding:0; text-align:left; }
ul.simpleTabsNavigation li { list-style:none;float:left; display:inline; margin:0; padding:0; }
ul.simpleTabsNavigation li a { padding:15px 102px; background-color:#000; font-size:15px; color:#fff; text-decoration:none; font-family:arial; margin:-1px }
ul.simpleTabsNavigation li a:hover { background: rgb(61, 95, 169);}
ul.simpleTabsNavigation li a.current { background:url(../images/active-bg.png); color:#fff;}
div.simpleTabsContent {/*min-height:90px;*/ float:left; /*margin-top:17px;*/ padding:16px ; display:none; 
/*background:url(../images/bg-box.png) top center no-repeat !important; color:#fff; */
background:url(../images/bg-box-transparent.png) top center no-repeat !important; color:#fff;
-webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
div.simpleTabsContent.currentTab { display:block; }

.creative-left{width:237px; margin-left:10px; /*border-right:1px solid #333*/}
.creative-radios{margin-left:15px; margin-bottom:15px;}
.creative-right{width:239px; padding-left:12px; }
.cat-hdr{font-size:15px; color:#eee; background:url(../images/arrows.png) left center no-repeat; padding-left:20px; margin-bottom:10px;}



/*********************
FOR SEARCH PAGE
**********************/
.search-tabs-wrapper{width:86%; margin:5%; background:#181818}
.search-tab-class{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: -5px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.search-tab-class li{
display: inline;
margin: 0;
}

.search-tab-class li a{ padding:10px 30px; text-align:left;
text-decoration: none;
position: relative;
z-index: 1;
background:#8b8b8b; font-size:15px; color:#fff; font-weight:normal; text-decoration:none; font-family:arial; margin:0;   -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
}



.search-tab-class li a:hover{
background: #5076c7;
}

.search-tab-class li a.selected{ /*selected main tab style */
position: relative;
 
}

.search-tab-class li a.selected{ /*selected main tab style */
background:#5076c7;
padding-top:15px; font-size:16px; 
}

.search-tab-class li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}
.tabcontent .info{ padding:3px; margin:3px; vertical-align:text-top}

@media print {
.tabcontent {
display:block !important;
}
}


.tabcontent .op-blocks{margin-top:4px;background:#242424; padding:6px 20px; color:#b0b0b0; font-size:12px; margin-right:2px; float:left;}
.tabcontent .activeblock{margin-top:4px;background:#323232; padding:6px 25px; color:#b0b0b0; font-size:12px; margin-right:2px; float:left}
.tabcontent .op-blocks .catlink{font-size:14px; color:#bbb; text-decoration:none}
.tabcontent .op-blocks .catlink:hover{font-size:14px; color:#fff; text-decoration:underline}
.tabcontent .activeblock .catlinkactive{font-size:16px; color:#eee; font-weight:bold; text-decoration:none; padding:3px 6px;}










/***[for table]***/
#tabs,#tabs2,#tabs3,#tabs4,#tabs5 {
	/*width: 562px;*/
	margin: 0 auto;
	/*margin-bottom: 40px;*/
}

#tabs li,#tabs2 li,#tabs3 li,#tabs4 li,#tabs5 li {
	float: left;
	/*margin-right: 2px;*/
}

#tabs li a,#tabs2 li a,#tabs3 li a,#tabs4 li a,#tabs5 li a {
	display: block;
	padding: 12px 111px;
	background: #000;
	text-decoration: none;
	color: #fff;
	font-size:16px;
	
	
	
}

#tabs li a:hover,#tabs2 li a:hover,#tabs3 li a:hover,#tabs4 li a:hover,#tabs5 li a:hover {
	background: rgb(61, 95, 169);
}

#tabs_container {
	padding: 30px;
	/*overflow: hidden;*/
	position: relative; 
	background:url(../images/bg-box.png) bottom center no-repeat !important;
	/*background: #000;
	opacity:0.6;*/
	margin-top:-1px;
}

.tipholder{width:20px;display:inline-block; position:relative;  z-index:9999999999999}
/*#tabs_container div {
	margin-right: 40px;
}
*/
.transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.make_transist {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hidescale {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}



.hidescaleup {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscaleup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}



.tabulous_active {
	/*background: #000 !important;*/
	background:url(../images/search-marker.png) 80px 16px no-repeat !important;;
	background-color:transparent !important;
	color: #fff !important;
	
}

.tabulousclear {
	display: block;
	clear: both;
}




.webui-popover {
	position:absolute;
	top:0;
	left:0;
	z-index:99999999;
	display:none;
	width:276px;
	min-height:50px;
	padding:1px;
	text-align:left;
	white-space:normal;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,.2);
	border-radius:6px;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);
	box-shadow:0 5px 10px rgba(0,0,0,.2)
}
.webui-popover.top, .webui-popover.top-left, .webui-popover.top-right {
	margin-top:-10px
}
.webui-popover.right, .webui-popover.right-top, .webui-popover.right-bottom {
	margin-left:10px
}
.webui-popover.bottom, .webui-popover.bottom-left, .webui-popover.bottom-right {
	margin-top:10px
}
.webui-popover.left, .webui-popover.left-top, .webui-popover.left-bottom {
	margin-left:-10px
}
.webui-popover.pop {
	-webkit-transform:scale(0.8);
	-o-transform:scale(0.8);
	transform:scale(0.8);
	transition:transform .15s cubic-bezier(0.3, 0, 0, 1.5)
}
.webui-popover.fade {
	transition:opacity .15s linear
}
.webui-popover.in {
	-webkit-transform:none;
	-o-transform:none;
	transform:none;
	opacity:1
}
.webui-popover-inner .close {
	font-family:arial;
	margin:5px 10px 0 0;
	float:right;
	font-size:20px;
	font-weight:700;
	line-height:20px;
	color:#000;
	text-shadow:0 1px 0 #fff;
	opacity:.2;
	filter:alpha(opacity=20);
	text-decoration:none
}
.webui-popover-inner .close:hover, .webui-popover-inner .close:focus {
	opacity:.5;
	filter:alpha(opacity=50)
}
.webui-popover-title {
	padding:8px 14px;
	margin:0;
	font-size:14px;
	font-weight:400;
	line-height:18px;
	background-color:#f7f7f7;
	border-bottom:1px solid #ebebeb;
	border-radius:5px 5px 0 0
}
.webui-popover-content {
	padding:9px 14px;
	overflow:auto; font-size:12px;
}
.webui-popover-inverse {
	background-color:#333;
	color:#eee
}
.webui-popover-inverse .webui-popover-title {
	background:#3b3b3b;
	border-bottom:none;
	color:#eee
}
.webui-no-padding .webui-popover-content {
	padding:0
}
.webui-no-padding .list-group-item {
	border-right:none;
	border-left:none
}
.webui-no-padding .list-group-item:first-child {
	border-top:0
}
.webui-no-padding .list-group-item:last-child {
	border-bottom:0
}
.webui-popover>.arrow, .webui-popover>.arrow:after {
	position:absolute;
	display:block;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid
}
.webui-popover>.arrow {
	border-width:11px
}
.webui-popover>.arrow:after {
	border-width:10px;
	content:""
}
.webui-popover.top>.arrow, .webui-popover.top-right>.arrow, .webui-popover.top-left>.arrow {
	bottom:-11px;
	left:50%;
	margin-left:-11px;
	border-top-color:#999;
	border-top-color:rgba(0,0,0,.25);
	border-bottom-width:0
}
.webui-popover.top>.arrow:after, .webui-popover.top-right>.arrow:after, .webui-popover.top-left>.arrow:after {
	content:" ";
	bottom:1px;
	margin-left:-10px;
	border-top-color:#fff;
	border-bottom-width:0
}
.webui-popover.right>.arrow, .webui-popover.right-top>.arrow, .webui-popover.right-bottom>.arrow {
	top:50%;
	left:-11px;
	margin-top:-11px;
	border-left-width:0;
	border-right-color:#999;
	border-right-color:rgba(0,0,0,.25)
}
.webui-popover.right>.arrow:after, .webui-popover.right-top>.arrow:after, .webui-popover.right-bottom>.arrow:after {
	content:" ";
	left:1px;
	bottom:-10px;
	border-left-width:0;
	border-right-color:#fff
}
.webui-popover.bottom>.arrow, .webui-popover.bottom-right>.arrow, .webui-popover.bottom-left>.arrow {
	top:-11px;
	left:50%;
	margin-left:-11px;
	border-bottom-color:#999;
	border-bottom-color:rgba(0,0,0,.25);
	border-top-width:0
}
.webui-popover.bottom>.arrow:after, .webui-popover.bottom-right>.arrow:after, .webui-popover.bottom-left>.arrow:after {
	content:" ";
	top:1px;
	margin-left:-10px;
	border-bottom-color:#fff;
	border-top-width:0
}
.webui-popover.left>.arrow, .webui-popover.left-top>.arrow, .webui-popover.left-bottom>.arrow {
	top:50%;
	right:-11px;
	margin-top:-11px;
	border-right-width:0;
	border-left-color:#999;
	border-left-color:rgba(0,0,0,.25)
}
.webui-popover.left>.arrow:after, .webui-popover.left-top>.arrow:after, .webui-popover.left-bottom>.arrow:after {
	content:" ";
	right:1px;
	border-right-width:0;
	border-left-color:#fff;
	bottom:-10px
}
.webui-popover-inverse.top>.arrow, .webui-popover-inverse.top-left>.arrow, .webui-popover-inverse.top-right>.arrow, .webui-popover-inverse.top>.arrow:after, .webui-popover-inverse.top-left>.arrow:after, .webui-popover-inverse.top-right>.arrow:after {
	border-top-color:#333
}
.webui-popover-inverse.right>.arrow, .webui-popover-inverse.right-top>.arrow, .webui-popover-inverse.right-bottom>.arrow, .webui-popover-inverse.right>.arrow:after, .webui-popover-inverse.right-top>.arrow:after, .webui-popover-inverse.right-bottom>.arrow:after {
	border-right-color:#333
}
.webui-popover-inverse.bottom>.arrow, .webui-popover-inverse.bottom-left>.arrow, .webui-popover-inverse.bottom-right>.arrow, .webui-popover-inverse.bottom>.arrow:after, .webui-popover-inverse.bottom-left>.arrow:after, .webui-popover-inverse.bottom-right>.arrow:after {
	border-bottom-color:#333
}
.webui-popover-inverse.left>.arrow, .webui-popover-inverse.left-top>.arrow, .webui-popover-inverse.left-bottom>.arrow, .webui-popover-inverse.left>.arrow:after, .webui-popover-inverse.left-top>.arrow:after, .webui-popover-inverse.left-bottom>.arrow:after {
	border-left-color:#333
}
.webui-popover i.icon-refresh:before {
	content:""
}
.webui-popover i.icon-refresh {
	display:block;
	width:30px;
	height:30px;
	font-size:20px;
	top:50%;
	left:50%;
	position:absolute;
	background:url(../img/loading.gif) no-repeat
}
@-webkit-keyframes rotate {
100% {
-webkit-transform:rotate(360deg)
}
}
@keyframes rotate {
100% {
transform:rotate(360deg)
}
}





/* -------------------------------- */
/* Standard and extended licences */
/* -------------------------------- */
.common-content-right{/*width:695px; float:left; */padding:10px 38px; border:1px solid #333333; margin-left: 204px}
.licence-details tr td{ padding:10px 6px; border-bottom:1px solid #333333; font-size:12px; text-align:center;}
.licence-details .hdr-row{padding:10px 6px;color:#d6d6d6; background:#202020; font-size:16px;}
.licence-details .licence-type{padding:6px;color:#ccc; background:#101010; font-size:14px;}
.licence-details strong{color:#c5c5c5; font-weight:bold}
.subline{font-size:11px;}
.licence-details .yes{font-weight:bold; font-size:16px; color:#00FF00}
.licence-details .no{font-weight:bold; font-size:16px; color:#c5c5c5}
.licence-details tr .desc{text-align:left; padding-left:15px;}


.common-content-right p{}



.h2, h2 {
    /* font-size: 30px; */
    line-height: 38px;
}
h2 {
    font-size: 24px;
    color: #c0c0c0;
    padding: 10px 0;
    margin: 25px 0;
    border-bottom: 1px solid #333333;
}


/*------------------------
SEARCH 	PAGE BAR
-------------------------*/
.search-bar-wrapper{position:relative;/* height:100px;*/ display:block; clear:both; margin:0; padding:10px 5px; color:#bfbfbf; font-size:11px; min-width:1000px;
background:#111111;
background-color: rgb(25,25,25);
background-color: rgba(25,25,25,0.92);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#0a0a0a));
}

/*.search-bar-wrapper{float:left; display:block; clear:both; margin:20px 0; color:#bfbfbf; font-size:11px; min-width:1000px;}*/

.search-bar-wrapper form input[type=checkbox]{ width:12px; height:12px; margin:4px 4px 0 4px}
.search-bar-wrapper form h5{font-family:'MyriadProBold'; font-size:12px; color:#e7e7e7; margin-bottom:6px;}

.ser-search-cat{float:left; width:100%; /*background:#333;*/ display:block;}
.ser-search-cat a{display:inline-block; padding:6px 30px; height:20px; color:#fff; font-size:12px; margin-bottom:-2px; text-transform:uppercase; z-index:540; border-left:1px solid #333; border-top:1px solid #333; border-right:1px solid #333; text-decoration:none;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	

}
.ser-search-cat a:hover{background-color:#335192; }
.ser-search-cat .active{background-color:#335192; border:0; border-top:1px solid #335192}
.ser-search-cat a .marker{width:auto; background:url(../images/search-marker2.png) no-repeat; width:15px; height:8px; top:4px;position: relative;}

.ser-search-one{float:left; /*width:580px;*/ padding:0 0 0 10px;}

.ser-search-box-container {
	float:left;
	display:block; clear:both;
	/*height:35px;*/ width:580px;	
}
.ser-searchbox-ctn {
	float:left;
	width:auto;
	padding:2px 4px 2px 6px;
	background:#ffffff;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	height:24px; display:inline-block;
}
/******THIS IS OLD OPTION
.ser-searhboxinput {
	float:left;
	width:170px;
	height:20px;
	padding:2px 6px;
	background:transparent;
	
	outline:0; font-weight:normal;
	font-size:14px; color:#999999;
	border:0
}***/

.ser-searhboxinput {
	float:left;
	width:472px;
	height:20px;
	padding:2px 6px;
	background:transparent;
	
	outline:0; font-weight:normal;
	font-size:14px; color:#999999;
	border:0
}

.ser-search-optionbox {
	float:left;
	width:auto;
	padding:2px 4px 2px 6px;
	background:#efefef;
	height:24px; display:inline-block; border-left:1px solid #ccc;
}


.ser-search-optionbox select{ 
	height:24px;
	outline:0; font-weight:normal;
	font-size:14px; color:#444;
	border:0; cursor:pointer; overflow: hidden; background:transparent;
	
	}
	
.ser-searchbt-ctn {
	float:left;
	width:auto; margin-left:1px;
	padding:2px 4px 2px 4px;
	background:url(../images/button-bg.jpg);
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px; display:inline-block;
	height:24px;
}
.ser-search-bt {
	float:left;
	margin:0;
	color:#ffffff;
	padding:4px 10px;
	font-size:14px; line-height:none;
	background:none/*url(../images/button-bg.jpg)*/;
	border:0; outline:0;
	text-transform:uppercase;
	font-family:'MyriadProSemiBold', arial, Helvetica;
	cursor:pointer;
	
}
.ser-advanced-ser-inner {
	float:left;
	font-size:13px;
	display:inline-block;
	color:#bdbdbd;
	text-transform:normal;
	background:url(../images/arrow-display.png) right 7px no-repeat;
	margin:5px 10px 0 10px;
	padding-right:15px;
}

.ser-tip-box-wrapper {
	float:left; display:inline-block; font-size:11px; color:#888888; margin:4px 0 0 4px; border-left:1px solid #333; padding-left:10px;;
}
.ser-tip-box-wrapper  .newbox { color:#ffffff;
	padding:3px 0; text-align:center; line-height:8px; font-size:10px;
	display:inline-block; width:30px; margin-right:4px;
	background:url(../images/bg-for-new.gif) center center; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px;}
	
.ser-search-two{float:left; height:90px; width:225px; padding-left:8px; margin:0 0 0 6px; border-left:1px dotted #666; line-height:6px}
.ser-search-three{float:left;  width:180px; padding-left:8px; margin:15px 0 0 6px; border-right:1px dotted #666; line-height:6px}
.ser-search-four{float:left; height:90px; width:180px; padding-left:8px; margin:0 0 0 6px; border-left:1px dotted #666;  line-height:6px}








.editorial-search-options{padding:5px 30px;clear:left; margin-left:12px;  border-left:1px solid #333;border-bottom:1px solid #333;border-right:1px solid #333; width:328px;

-webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

/******************
PRICE TABS
*******************/
.edt-price-tabs a{background:#242424; padding:2px 6px; color:#b0b0b0; font-size:11px; margin-right:2px; text-decoration:none; border:1px solid #444;}
.edt-price-tabs a:hover{font-size:11px; color:#fff; background:#444;}
.edt-price-tabs .activep{background:#335192; color:#eee; font-size:11px; font-weight:bold }


/*************
CONTACT SIDE BAR STYLES
*******************/

 body {
	background: black;
	overflow:scroll;
	overflow-x:hidden;
}
#slider {
	width:500px;
	top:100px;
	position:fixed
}
#header {
	width:263px!important;
	height:478px;
	position:absolute;
	right:0px;
	/*border:1px solid #d8d8d8;*/
	margin-left:40px;
	padding:20px 40px;
	border-radius:8px;
	box-shadow:0 0 8px gray;
	z-index:200000;
	background:#222;
}

.textcontact-div{width:40%; margin:20px 0 }
.textcontact-div strong{color:#ddd;}
.textcontact-div a{color:#ccc;}
.or-div{width:20%; text-align:center; margin:30px 0; color:#ddd;}
.inline_text {
	font-size:15px!important;
	font-weight:normal;
	text-align:justify
}
#sidebar {
	position:absolute;
	top:140px;
	left:116px;
	cursor:pointer;
	/*box-shadow:0 0 8px gray*/
}
#sidebar1 {
	position:absolute;
	top:140px;
	left:112px!important;
	/*box-shadow:0 0 8px gray;*/
	z-index:2000;
	cursor:pointer;
}

#header input[type="text"] {
	margin-top:10px;
	padding:6px;
	width:100%;
	font-size:14px;
	border-radius:4px;
	height:18px!important;
	border:1px solid #444;
	background:#666;
}

#header button {
	background:none repeat scroll 0 0 #335192;
	border:none;
	color:#fff;
	
	font-size:18px;
	
	padding:6px 40px;
	border-radius:5px;
	cursor:pointer;
	margin-top:25px
}
#dsend {
	background:none repeat scroll 0 0 #335192;
	border:none;
	color:#fff;
	
	font-size:18px;
	
	padding:6px 40px;
	border-radius:5px;
	cursor:pointer;
	margin-top:15px
}
.formget {
	width:300px;
	margin-top:65px;
	margin-left:57px;
	float:left
}

.ourtable{ background-color:#000 !important;}
