@charset "utf-8";
/* CSS Document */


.blankButton {
width: 115px;
height: 86px;
background: url('../image/blankButton.jpg') no-repeat;
padding-top: 57px;
color: #fff;
padding-left: 12px;
float:left!important;
margin: 0 5px;
}
}

.blankButton {
width: 115px;
height: 86px;
background: url('../image/blankButton.jpg') no-repeat;
padding-top: 57px;
color: #fff;
padding-left: 12px;
float:left!important;
margin: 0 5px;
}

#logInBtn {
width: 200px;
position: absolute;
padding-left: 280px;
padding-top: 50px;
}

#logInBtn2 {
width: 200px;
position: absolute;
padding-left: 530px;
padding-top: 50px;
}

#logInBtn a,
#logInBtn2 a {
background: #0089cf;
padding: 10px 20px;
border-radius: 3px;
}

.slider-area {
background: url('../image/headerImageBlank.png') no-repeat;
height: 120px;
}


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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0
}

ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: ""
}
blockquote, q {
	quotes: "" ""
}
a img {
	border: 0
}
figure img {
	max-width: 100%
}
header, hgroup, footer, section, article, aside {
	display: block
}
#wpstats {
	display: none
}
/*-----------------------------------------------------------------------------------*
/* = Body, Common Classes & Wrap
/*-----------------------------------------------------------------------------------*/
body {
	background: #00a8ec; /* Old browsers */
background: -moz-linear-gradient(top,  #00a8ec 0%, #002440 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a8ec), color-stop(100%,#002440)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00a8ec 0%,#002440 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00a8ec 0%,#002440 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00a8ec 0%,#002440 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00a8ec 0%,#002440 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8ec', endColorstr='#002440',GradientType=0 ); /* IE6-9 */
	font-size: 15px;
	
	color: #767b7c;
	font-family: 'open_sansregular', Arial, sans-serif;
}

strong {
	font-weight: normal
}
em {
	font-style: italic
}
pre {
	margin: 20px 0;
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
blockquote {
	border-left: 4px solid #ccc;
	padding-left: 20px;
	margin: 30px 0px;
}

img {
	max-width: 100%;
	height: auto !important;
}


h1, h2, h3, h4 {
	font-family: 'open_sansregular', Arial, sans-serif;
	font-weight:normal;
	margin:0px;
	padding:0px;
	display:block;
	color:#333333;
}
h1 {
	font-size:20px;
	
	
}
h2 {
	font-size:18px;
	

}
h3 {
	font-size:16px;
	 
}
a {
	font-size:16px;
	font-weight: normal;
	color:#FFF;
	text-decoration:none;
	outline:none;
				-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
	
	font-family: 'open_sansregular', Arial, sans-serif;
}

.other-content-wrap a {
color:#002440;
}

a img {
	border:none
}
p {
	margin:0px;
	padding:0px;
	font-family: Tahoma, Geneva, sans-serif;
}
.clear {
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
* html .clearfix {
	zoom: 1
}
*:first-child+html .clearfix {
	zoom: 1
}


@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


#wrapper {
	width:940px;
	margin:0 auto;
}
.main-base {
	background:#FFF;
	border-radius:7px;
	margin-top:39px;
	margin-bottom:27px;
}
header {
	padding:30px 40px;
	
}
#logo {
	float:left;
	max-width:25%;
	
	
}
.social-icons {
	width:190px;
	float:right;
	margin-bottom:7px;
}
.social-icons img {
	display:block;
	float:left;
	margin-right:21px;
			-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.social-icons img:hover {
	opacity:0.7;
			-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.bottom-content {
	clear:both;
}
.top-right-side {
	max-width:580px;
	
	float:right;
}
.top-search-bar {
	width:190px;
	height:23px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #e3e3e3;
	-moz-box-shadow:    inset 0px 1px 2px #9a9a9a;
   -webkit-box-shadow: inset 0px 1px 2px #9a9a9a;
   box-shadow:         inset 0px 1px 2px #9a9a9a;
   float:right;
   margin-left:4px;
}
.top-search-bar input[type=search] {
float: left;
width: 85%;
background: none;
border: none;
font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
font-size: 13px;
height:23px;
padding-left:3px;

}
.top-search-bar button[type=submit] {
 background: url(../image/images/magnig.png) no-repeat center; 

color: #0c96e5;
float: right;
width: 20px;
height: 23px;
border: none;
display: block;
cursor: pointer;
font-size: 15px;

}
.how-to-buy {
	height:24px;
	float:right;
	margin-left:13px;
	display:block;
	
}
.how-to-buy a {
	display:block;
	text-align:center;
	height:24px;
	line-height:24px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-size:13px;
	background:#46b304;
	padding-left:12px;
	padding-right:12px;
	
}
.how-to-buy a img {
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
.how-to-buy a:hover {
	background:#00a0e1;
				-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
	
}



nav {
	height: 29px;
	width: 100%;
	
	
	position: relative;
	border-bottom:4px solid #46b304;
	
}
nav ul {
	padding: 0;
	margin: 0 auto;
	/*
	width: 600px;
	height: 40px;
	*/
}
nav li {
	display: inline;
	float: left;
	margin-left:6px;
	
	
}
nav a {
	color: #3c4344;
	display: inline-block;
	width: 149px;
	padding-left:9px;
	text-decoration: none;
	line-height: 29px;
	background:url(../image/images/nav-arrow.png) no-repeat  #eeeeee;
	background-position:135px 8px;
	font-size:14px;
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	
	
}

.sub-menu {
    padding:0;
    margin: 0;
	
	
	
	
}
.sub-menu li {
    list-style-type: none;
    display: inline-block;
	margin:0 !important;
	width:155px;
	background:#f9f9f9;
	height:165px;
}


.sub-menu li:first-child {
	margin-left:5px !important;
	
}

/*Link Appearance*/
.sub-menu li a {
    text-decoration: none;
    color: #0089cf;
    background:none;
	font-size:13px; 
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
    text-align:center;
    display:inline-block;
	height:auto !important;
	margin:0 !important;
	
	line-height:normal;
	padding-left:0 !important;
	padding-top:15px;
	padding-bottom:29px;
	
}
.sub-menu li a:hover {
	background:#0089cf;
	color:#FFF;
	
}
.sub-menu li a img {
	display:block;
	margin:0 auto;
	padding-bottom:13px;
}
/*Make the parent of sub-menu relative*/

/*sub menu*/
nav li ul.sub-menu {
    display:none;
    position: absolute;
    top: 29px;
    left: 0;
    width: 100%;
	z-index:99999;
	background:#eeeeee;
	padding-top:5px;
	padding-bottom:5px;
	
	

	
}
/*
nav li:hover ul.sub-menu {
    display:block;
	
}
*/


.arrow-right {
	position:absolute;
	right:3px;
	top:3px;
}
nav li a {
	/*border-right: 1px solid #576979;*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #797979;
	color:#cacacf;
}
nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 767px) {
	
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		
		margin-left:0px;
  	}
  	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
		
	}
	nav li:nth-child(2) a {
		border-right:none;
	}
	nav li:nth-child(4) a {
		border-right:none;
	}
	nav li:nth-child(6) a {
		border-right:none;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
		padding-left:0px;
			border-radius:0 0 0 0;
	-moz-border-radius:0 0 0 0;
	-webkit-border-radius:0 0 0 0;
	background:#eeeeee;
  	}
nav li ul.sub-menu {
    display:none ;
    position: absolute;
    top: 29px;
    left: 0;
    width: 100%;
	z-index:99999;
	background:#eeeeee;
	padding-bottom:5px;
	padding-top:5px;
	
}
/*
nav li:hover ul.sub-menu {
    display:block !important;
}
*/

.sub-menu li {
    list-style-type: none;
    display: inline-block;
	margin:0 !important;
	width:50%;
	background:#f9f9f9;
	height:165px;
}
.sub-menu li:first-child {
	margin-left:0px !important;
	
}
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #0089cf;
		width: 100%;
		position: relative;
		height:40px;
		line-height:40px;
		color:#FFF;	border-radius:0 0 0 0;
	-moz-border-radius:0 0 0 0;
	-webkit-border-radius:0 0 0 0;
		
	}
	nav a#pull:after {
		content:"";
		background: url(../image/images/nav-icon.png) no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
		
	}
	

	
	
	
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	
	nav li a {
		border-bottom: 1px solid #576979;
	}
}


.slider-area {
	
}

.other-content-wrap {
	padding:10px;
	
}
.welcome-text {
	width:60%;
	float:left;
	background:#eeeeee;
	border:1px solid #e1e1e1;
	margin-bottom:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.welcome-text h2 {
	color:#239300;
	font-size:18px;
	padding:15px;
	padding-bottom:10px;
	
}
.welcome-text p {
	color:#3c4344;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:normal;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	
	
}
.spotligh {
	width:38%;
	float:right;
	background:#eeeeee;
	border:1px solid #e1e1e1;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
}
.spotligh-text {
	float:left;
	
	
}
.spotligh-text p {
	
	font-size:24px;
	font-weight:bold;
	color:#239300;
	padding-left:17px;
	padding-top:19px;
	padding-bottom:19px;
	
}
.spotligh-text p span {
	font-size:14px;
	color:#3c4344;
	display:block;
	
	
}
.spotligh-text p a {
	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#239300;
	text-decoration:underline;
}
.spotligh-text a:hover {
	color:#3c4344;
	text-decoration:none;
	
}
.spotligh img {
	display:block;
	float:right;
	padding-right:17px;
	padding-top:22px;
}

.main-content-box {
	width:268px;
	float:left;
	padding:19px;
	margin-top:15px;
}
.main-content-box h3 {
	font-size:18px;
	color:#025e91;
	font-weight:bold;
	
	
}
.main-content-box img {
	display:block;
	padding-top:22px;
	margin:0 auto;
}
.main-content-box p {
	color:#767b7c;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	margin-bottom:11px;
	margin-top:7px;
	
}
.main-content-box p b {
	display:block;
}
.product-bottom {
	height:28px;
}
.product-bottom span {
	display:block;
	float:left;
	font-size:15px;
	font-weight:bold;
	color:#cb0101;
	line-height:24px;
	margin-right:20px;
	
}

.product-bottom a {
	display:block;
	float:left;
	display:block;
	text-align:center;
	height:24px;
	line-height:24px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-size:13px;
	background:#46b304;
	padding-left:6px;
	padding-right:6px;
	margin-right:4px;
}
.product-bottom a:hover {
	background:#00a0e1;
				-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.product-bottom a img {
	display:inline-block;
	vertical-align:middle;
	margin-right:4px;
	padding:0;
}
a.skype-icon {
	float:left;
	background:none;
	padding:0px;
	margin-left:8px;
	margin-top:0px;
	
}
a.skype-icon img {
	display:block;
	margin-top:3px;
	
	
}
a.skype-icon:hover {
	background:none;
	opacity:0.7;
}

.update-news {
	width:270px;
	float:left;
	padding:13px 21px;
	margin-top:15px;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	
}
.update-news h4 {
	font-size:15px; 
	font-weight:bold;
	display:block;
	float:left;
	color:#767b7c;
}
.update-news a {
	display:block;
	float:right;
	background:#cccccc;
	text-align:center;
	padding:0px 9px;
		border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	height:19px;
	line-height:19px;
	font-size:11px;
}
.update-news a:hover {
	background:#46b304;
	
}
.update-news p {
	clear:both;
	padding-top:13px;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
}
.update-news p b {
	color:#46b304;
	
}
.small-banners {
	float:left;
	width:275px;
	margin-top:15px;
	margin-left:20px;
}
.small-banners a {
	display:block;
	background:#014e79;
	height:62px;
	margin-bottom:7px;
	
}
.small-banners a:hover {
	background:#46b304;
	
}
.small-banners a span {
	float:left;
	display:block;
	font-size:18px;
	font-weight:bold;
	margin-left:15px;
	margin-top:19px;
}
.small-banners a img {
	float:right;
	display:block;
	margin-top:6px;
	margin-right:12px;
}
.sbanner-1 {
	width:100%;
	background:#014e79;
}

.recomend-text {
	width:100%;
	clear:both;
	border-bottom:1px solid #cccccc;
	
	
	
}
.recomend-text h2 {
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	font-size:22px;

	background:#FFF;
	
	width:300px;
	margin:0 auto;	
		margin-bottom:-15px;
}

footer {
	text-align:right;
	margin-bottom:27px;
}
footer p {
	color:#c4c5c3;
	font-size:11px;
	margin-bottom:8px;
	
}
footer p a {
	display:inline-block;
	color:#c4c5c3;
	font-size:11px;
}
footer p a:hover {
	text-decoration:underline;
}
/* product page */

.product-sort {
	text-align:center;
	margin-bottom:30px;
	/*
	width:630px;
	margin:0 auto;
	
	background:url(../image/images/pagi-bg.jpg) repeat; 
	border:1px solid #d6e2e6;
	margin:0 auto;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	*/
	
}
.product-sort p {
	text-align:center;
}
.product-sort p a {
	color:#000;
	display:inline-block;

	
	height:40px;
	line-height:40px;
	
	padding-left:17px;
	padding-right:17px;
	font-size:15px;
	color:#585858;
	text-shadow:1px 1px #FFF;
	border-right:1px solid #d6e2e6;
}
.product-sort ul {
	margin:0px;
	padding:0px;
	
	
	
	
	
}
.product-sort ul li {
	
	list-style-type:none;
	display:inline-block;
	
	text-align:center;
	
	margin:0px;
	padding:0;
	position:relative;
	
}
.product-sort ul li a {
	color:#000;
	text-align:center;
	height:77px;
	line-height:40px;
	display:inline-block;
	padding-left:17px;
	padding-right:17px;
	font-size:15px;
	color:#585858;
	text-shadow:1px 1px #FFF;
	border-right:1px solid #d6e2e6;
	border-top:1px solid #d6e2e6;
	border-bottom:1px solid #d6e2e6;
	background:url(../image/images/pagi-bg.jpg) repeat;
	margin-left:-3px;
	
}

.product-sort ul li:first-child a {
	
	border-left:1px solid #d6e2e6;
	border-radius:5px 0px 0px 5px;
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-radius:5px 0px 0px 5px;
}
.product-sort ul li:last-child a {
	border-radius:0px 5px 5px 0px;
	-moz-border-radius:0px 5px 5px 0px;
	-webkit-border-radius:0px 5px 5px 0px;
	
}
.product-sort ul li a:hover {
background:#0089cf;
color:#FFF;
text-shadow:none;

}
.product-sort ul li a.select {
	background:#0089cf;
color:#FFF;
text-shadow:none;


	
	
}
.tip-down {
	background:url(../image/images/tip.png) no-repeat;
	width:20px;
	height:10px;
	display:block;
	position:absolute;
	left:40%;
	top:40px;
}

/*
.product-sort ul li a {
	display:block;
	float:left;
	height:40px;
	line-height:40px;
	
	padding-left:17px;
	padding-right:17px;
	font-size:15px;
	color:#585858;
	text-shadow:1px 1px #FFF;
	border-right:1px solid #d6e2e6;
}

*/
.main-product-box-wrap {
	width:220px;
	float:left;
	padding-left:42px;
	padding-right:42px;
	border-right:1px solid #d2d2d2;
	padding-top:15px;
	
}
.main-product-box-wrap-last {
	width:220px;
	float:left;
	padding-left:42px;
	padding-right:42px;
	padding-top:15px;
	
	
}

.main-product-box {
	
	border-bottom:1px solid #d2d2d2;
}
.main-product-box p {
	text-align:center;
	font-size:12px;
}
.main-product-box p b {
	display:block;
	padding-bottom:13px;
}
.main-product-box img {
	display:block;
	margin:0 auto;
	padding-bottom:5px;
}



.main-product-box-bottom {
	height:28px;
	padding-top:14px;
	padding-bottom:30px;
}
.main-product-box-bottom span {
	display:block;
	float:left;
	font-size:15px;
	font-weight:bold;
	color:#cb0101;
	line-height:24px;
	margin-right:20px;
	
}

.main-product-box-bottom a {
	display:block;
	float:left;
	display:block;
	text-align:center;
	height:24px;
	line-height:24px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-size:13px;
	background:#46b304;
	padding-left:6px;
	padding-right:6px;
	margin-right:4px;
}
.main-product-box-bottom a:hover {
	background:#00a0e1;
				-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.main-product-box-bottom a img {
	display:inline-block;
	vertical-align:middle;
	margin-right:4px;
	padding:0;
}
nav li:hover ul.sub-menu {
display: block;
}
.product-sort_02 ul li a {
  font-size:9px;
}
.main-cameras-box-wrap {
	border: 1px solid #D2D2D2;
	float: left;
	margin-left: 10px;
	padding: 35px 20px;
	text-align: center;
}
.main-cameras-box {
	padding:0;
	}
.main-cameras-dry_model {
	float: left;
	padding-left: 30px;
	padding-top: 15px;
	width: 430px;

}
.main-cameras-dry_model h1 {
	font-family: 'open_sansregular', Arial, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#46b304;
}
.main-cameras-dry_model p {
	font-family: 'open_sansregular', Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#6b6b6b;
	line-height:27px;
}
.main-cameras-small {
	margin-left: 10px;
	float:left;
}
.main-product-small {
	padding:0;
	}
.main-cameras-small ul {
	list-style-type:none;
	margin:0;
	}
.main-cameras-small ul li {
	border: 1px solid #D2D2D2;
	float: left;
	margin-right: 10px;
	
	}
.main-cameras-small ul li a {
	padding: 25px 0;
	width: 92px;
	text-align: center;
	display:block;
	}
.last_cameras_small {
	margin:0 !important;
	
	}
.main-cameras-dollar {
	float: left;
	padding-left: 30px;
        width: 450px;
}
.main-product-dollar {
	padding:0;
	}
.dollar {
	font-family: 'open_sansregular', Arial, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#cb0101;
	background:url(../image/images/dollar_sap.png) no-repeat right;
	float:left;
	padding-right:10px;
}
.cart {
	background:url(../image/images/dollar_sap.png) no-repeat right;
	float:left;
	padding:0 10px 0;
}
.cart a {
	font-family: 'open_sansregular', Arial, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#46b304;
}
.details {
	float:left;
	font-family: 'open_sansregular', Arial, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#404040;
	padding-left:10px;
}
.other-content-wrap_02 {
	clear: both;
	padding: 10px;
}
.other-content-wrap_01 {
	padding: 10px;
}
.product-sort_03 {
  text-align: center;
  margin-top:15px;
}
.product-sort_03 ul {
  margin: 0;
  padding: 0;
}
.product-sort_03 ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.product-sort_03 ul li a.select {
  background: none repeat scroll 0 0 #0089CF;
  color: #FFFFFF;
  text-shadow: none;
}
.product-sort_03 ul li:first-child a {
  border-left: 1px solid #D6E2E6;
  border-radius: 5px 0 0 5px;
}
.product-sort_03 ul li a {
  background: url("../image/images/pagi-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #D6E2E6;
  border-right: 1px solid #D6E2E6;
  border-top: 1px solid #D6E2E6;
  color: #585858;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  margin-left: -4px;
 padding:0 30px;
  text-align: center;
  text-shadow: 1px 1px #FFFFFF;
}
.product-sort_03 ul li:last-child a {
  border-radius: 0 5px 5px 0;
}
.product-sort_03 ul li a:hover {
  background: none repeat scroll 0 0 #0089CF;
  color: #FFFFFF;
  text-shadow: none;
}
.proin_wrapper {
	border: 1px solid #D2D2D2;
	padding:25px 10px 20px 20px;
	}
.proin_wrapper ul   {
	list-style-type:none;
	margin:0;
	float:left;
	color:#6b6b6b;
	font-size:14px;
	font-family: 'open_sansregular', Arial, sans-serif;
	}
.proin_wrapper ul  li {
	margin:0;
	}
.proin_wrapper ul li a  {
	color:#6b6b6b;
	font-size:14px;
	font-family: 'open_sansregular', Arial, sans-serif;
	}
.proin_wrapper ul.proin_dotted   {
	padding:0 25px 0 0;
}
.proin_wrapper ul.proin_icon  {
	padding:0 15px 0 0;
}
.proin_wrapper ul.proin_dotted li {
	background:url(../image/images/proin_doted.png) no-repeat left;
	padding:5px 0 5px 15px;
	}
.proin_wrapper ul.proin_icon li {
	background:url(../image/images/proin_icon.png) no-repeat left;
	padding:5px 0 5px 25px;
	}

.other-content-overview {
	padding: 10px;
	
}
.content-overview {
	padding:30px 30px 20px;
	border: 1px solid #D2D2D2;
}
.content-overview h1 {
	border:0 none;
	color:#3c4344;
	text-shadow:none;
	font-size:20px;
	font-family: 'open_sansregular', Arial, sans-serif;
	font-weight:bold;
	padding-bottom: 0;
}
.content-overview p {
	border:0 none;
	color:#6b6b6b;
	text-shadow:none;
	font-size:14px;
	font-family: 'open_sansregular', Arial, sans-serif;
	font-weight:normal;
	line-height:27px;
}
.overview {
	padding-bottom:20px;
	}
.overview_01 {
	padding-bottom:0;
}
.content_space {
	padding-bottom:0 !important;
	}
.content_para_text {
	border:0 none;
	color:#515151;
	text-shadow:none;
	font-size:14px;
	font-family: 'open_sansregular', Arial, sans-serif;
	font-weight:normal;
	line-height:27px;
}
.content_para_text p.inner_content_para_01 {
	padding-bottom:25px;
}
.us_text {
	font-size:18px;
	font-family: 'open_sansregular', Arial, sans-serif;
	font-weight:bold;
	color:#0089cf;
	padding: 0 0 15px;
	}
.content-boy_us {
	border: 1px solid #D2D2D2;
	padding:20px;
}
.boy_us {
	float:left;
	width:150px;
	}
.girl_us {
	float:left;
	padding:5px 0 0;
	}
.girl_us_inner {
	padding:0 0 10px;
}
.girl_us_left {
	color: #0EAEEC;
	float: left;
	font-family: 'open_sansregular',Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	width: 100px;
}
.girl_us_right {
	float:left;
	font-size:14px;
	font-family: 'open_sansregular', Arial, sans-serif;
	font-weight:normal;
	color:#6b6b6b;
	padding-left:15px;
}

/************s_ news css start***********/

.SubscribeNew_s { 
	margin-top: 42px;
	padding:0 8px 0 8px;
	
	}								
.SubscribeNew_s h3 { 
	color: #0089CF;
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 15px;
	text-transform: uppercase;
	
	}
.form_s {
  width: 47%;
}	
#field1-container > input {
  border: 1px solid #D4D4D4;
  height: 37px;
  padding: 0 8px;
  width:90%;
  min-width:200px;
}
#field2-container > input {
  border: 1px solid #D4D4D4;
  height: 37px;
  padding: 0 8px;
  width:90%;
  min-width:200px;
}	
#field3-container > textarea { 
	border: 1px solid #D4D4D4;
	padding: 8px 8px;
	width:90%;
	min-width:200px;
}
.field1 { 
	color: #585858;
	float: left;
	font-family: Open Sans;
	font-size: 15px;
	padding:20px 0 11px 4px;
	}
.field_submit_s > input {
	background: none repeat scroll 0 0 #46B304;
	border: medium none;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-family:Open Sans;
	font-size: 14px;
	margin: 27px 0 0;
	padding: 8px 18px;
}		


/************s_ news css end***********/



.product-sort.w_new {
 margin:47px 0;
}
.ul_aling_w {
  margin: 0 auto;
  padding: 0;
  width: 868px;
}
.ul_aling_w > ul {
  background: url(../image/images/pagi-bg.jpg) repeat;
  border-bottom:1px solid #d6e2e6;;
  border-radius: 0 5px 5px 0;
  border-top: 1px solid hsl(195, 24%, 87%);
  display: block;
  float: left;
  width: 868px !important;
  border-radius:5px;
  border-right:1px solid #d6e2e6;
  border-left:1px solid #d6e2e6;
}
.product-sort .ul_aling_w ul li {
  display: block;
  float: left;
  background-image:url(../image/images/imageli.png);
  background-position:right;
  background-repeat:no-repeat;
}
.product-sort .ul_aling_w ul li:last-child {
   background-image:none;
}
.product-sort .ul_aling_w ul li .select{
	background-color:#0089cf;
	margin:0 1px 0 0;
}
.product-sort .ul_aling_w ul li a {
  background: none;
  border: 0;
  margin-left:0;
  border-radius: 0;
}
.product-sort .ul_aling_w ul ul li:first-child a {
  border-radius: 5px 0 0 5px;
}
.product-sort .ul_aling_w ul li:last-child a {
  border-right: medium none;
}
.product-sort .ul_aling_w ul li a:hover {
  background:#0089cf;
  color: hsl(0, 0%, 100%);
  text-shadow: none;
}
.product-sort .ul_aling_w ul li:first-child a {
  border-left: border-right:1px solid #d6e2e6;;
  border-radius: 5px 0 0 5px;
}
.boxes_new_w{
	border:1px solid #d4d4d4;
	padding:27px 0 10px 26px;;
	margin: 0 5px 31px;
	height: auto;
	}

.boxes_new_w > ul {
  float: left;
  margin: 0 10px 0 0;
}
.boxes_new_w > ul:last-child {
  margin: 0;
}
.boxes_new_w li {
  padding-bottom: 20px;
  background:url(../image/images/list_style.png) no-repeat scroll 0 8px ;
  padding-left:18px;
}
.content .new_w_title {
  background: none !important;
  color: #0089cf;
  font-size: 18px;
  border: none !important;
  padding:15px 0 32px;
  text-transform:uppercase;
}
.Boxes_2_w{
	width:864px;
	margin:0 auto;
	border:1px solid #d4d4d4;
	background:#fff;
	}
.inline_form2_w {
   margin: 0;
   padding: 0 0 0 20px;
}
.margin_w{
	margin:0 !important;
	}
.inline_form2_w span{
	font-size:20px;
	line-height:25px;
	padding:33px 0 28px;
	float:left;
}
.formm_w{
	padding:0;
	margin:0;
}
.input_search_w{
	float:left;
}
	
.input_search_w input{
	float:left;
}
.input_search_w .input_search_w_2{
	background:none;
	border-bottom:1px solid #d4d4d4;
	border-top:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
	width:345px;
	height:38px;
	padding:0 0 0 5px;
	}
.input_search_w .input_search_w_3{
	width:52px;
	height:40px;
	background:url(../image/images/submin_inpt.png) no-repeat center;
	border-bottom:1px solid #d4d4d4;
	border-top:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	cursor:pointer;
	border-left:none;
	}
.input_search_2w .input_search_w_34{
	width:62px;
	height:39px;
	background:#46b304;
	border:none;
	cursor:pointer;
	border:1px solid #46b304;
	border-radius:5px;
	font-size:14px;
	color:#fff;
	}
.input_search_2w .input_search_w_35{
	width:71px;
	height:39px;
	background:#46b304;
	border:none;
	cursor:pointer;
	border:1px solid #46b304;
	border-radius:5px;
	font-size:14px;
	color:#fff;
	margin:0 0 0 8px;
	}
.formm_w {
   float: left;
   margin: 0;
   padding: 0 0 30px;
}
.input_search_2w {
  float: left;
  padding: 0 0 0 13px;
}
.table_3w{
	margin: 1.7%;
	border:1px solid #d4d4d4;
	min-height:245px;
}
.box_alng_1w{
	border-right:1px solid #d4d4d4;
	float:left;
	min-height:245px;
	width: 123px;
	}
.box_alng_1w.last_no_border_w {
  border: none !important;
}

.box_alng_1w_head{
	border-bottom:1px solid #d4d4d4;
	color:#3c4344;
	font-size:13px;
	font-weight:bold;
	padding:9px 0;
	text-align:center;
}
.box_alng_1w_body > ul {
  margin: 0 0 0 9px;
}

.box_alng_1w_body li{
	background:url(../image/images/list_style2.png) no-repeat scroll 0 25px ;
	font-size: 14px;
	padding: 17px 0 0 12px;	
}
.box_alng_1w2{
	border-right:1px solid #d4d4d4;
	float:left;
	min-height:245px;
	width: 160px;
	}
.box_alng_1w3{
	border-right:1px solid #d4d4d4;
	float:left;
	min-height:245px;
	width: 146px;
	}
.box_alng_1w4{
	border-right:1px solid #d4d4d4;
	float:left;
	min-height:245px;
	width: 135px;
	}
.box_alng_1w5{
	border-right:1px solid #d4d4d4;
	float:left;
	min-height:245px;
	width: 128px;
	}
.box_alng_1w6{
	border-right:none;
	float:left;
	min-height:245px;
	width: 131px;
	}
.content .new_w_title2 {
   background: none !important;
   border: none !important;
   color:#0089cf;
   font-size: 18px;
   padding: 30px 0 0px;
   text-transform: uppercase;
}
.software_box_mainw {
  margin: 0;
  padding: 0 0 20px;
}
.software_box_w {
   float: left;
   height: 86px;
   margin: 0 11px 0 0;
   width: 115px;
}
.software_box_w2 {
   float: left;
   margin: 0 9px 30px 0;
   width: 137px;
   text-align:center
}
.software_box_w2.margin_w > span {
  color: #585858;
  margin: 20px 0 0;
  text-align: center;
}
.software_box_w2 > a {
  float: left;
  padding: 0 0 18px;
}
.form_technical_w {
  float: left;
  padding: 0 0 0 20px;
}
.input_holder_w {
  clear: both;
  float: left;
  padding: 0 0 22px;
  width: 100%;
}
.input_holder_w label{
	float:left;
	font-size:15px;
    color: #585858;
	padding:0 20px 0 0;
	line-height:32px;
}
.input_holder_w input{
	float:right;
	height:33px;
	width:277px;
	padding:0 0 0 5px;
	background:#FFFFFF;
	border:1px solid #d8d8d8;	
}
.input_holder_w input.phone_inpt_w{
	float:right;
	height:33px;
	width:83px;
	padding:0 0 0 5px;
	background:#FFFFFF;
	border:1px solid #d8d8d8;	
	margin:0 7px 0 0;
}
.input_holder_w textarea{
	float:right;
	height:113px;
	width:277px;
	padding:0 0 0 5px;
	background:#FFFFFF;
	border:1px solid #d8d8d8;	
	resize: none;
}
.input_holder_w input.submit_btn_w{
	width:130px;
	height:33px;
	background:#46b304;
	text-align:center;
	color:#fff;
	font-size:14px;
	cursor:pointer;
	border:#46b304;
	border-radius:5px;
	float:left;
	margin:0 0 0 117px;
	
	}
.form_technical_w.margin_w2 {
  padding: 0 0 0 45px !important;
}

/*Waleed css ends*/

.s_shopping_cart { 
 padding:0 36px;
 }
.s_shopping_cart h1 { 
 margin-top:43px;
 font-family:Open Sans;
 font-size:20px;
 color:#0089cf;
 text-transform:uppercase;
 font-weight:bold;
 margin-bottom: 30px;
 }

/************s_ custom css start***************/
.s_shopping_cart { 
	padding:0 36px;
	}
.s_shopping_cart h1 { 
	margin-top:43px;
	font-family:Open Sans;
	font-size:20px;
	color:#0089cf;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom: 30px;
	}
.tble { 
	border:1px solid #d4d4d4;
	}
.iner_tble {
 padding: 0;
float: left;
}
.alltem {
	border-bottom: 1px solid #D4D4D4;
	color: #3C4344;
	float: left;
	font-size:13px;
	 min-height: 250px;
	padding:0;
}
.onetem {
padding:24px 0 17px 25px;
text-align: center;
width: 58px;
	
}
.twotem {
float: left;
padding:24px 0 17px 54px;
width: 260px;
border-bottom: 1px solid #D4D4D4;
}
.threetem {
  float: left;
 padding:24px 0 17px 60px;
  width: 100px;
  border-bottom: 1px solid #D4D4D4;
}
.fourtem {
 float: left;
padding:24px 0 17px 40px;
width: 100px;
border-bottom: 1px solid #D4D4D4;
}
.fivetem {
float: left;
padding:24px 0 17px 30px;
width: 118px;
border-bottom: 1px solid #D4D4D4;
}

hr {
	background: none repeat scroll 0 0 #D4D4D4 !important;
	border: thin none;
	height: 1px;
	margin: 0;
	padding: 0;
}
.alltem2 {
  color: #6b6b6b;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: lighter;
  padding:38px 0 17px;
  margin:0 7px;
  
}
.tem_one {
 padding:24px 0 17px 25px;
	text-align: center;
	border-bottom: 1px solid #D4D4D4;
	width: 58px;
}
.tem_two {
float: left;
padding:24px 0 17px 54px;
width: 260px;
 clear: both;
}
.tem_three {
  float: left;
padding :24px 0 17px 60px;
  width: 100px;
   clear: both;
}
.tem_four {
 float: left;
padding:24px 0 17px 40px;
width: 100px;
 clear: both;
}
.tem_four span { 
	display: block;
	margin: 0 0 0 -21px;
	padding: 36px 0 0;
}	
.tem_five {
float: left;
padding:24px 0 17px 30px;
 clear: both;
width: 118px;
	}
.tem_five span { 
	display:block;
	padding:36px 0 0 0;
	}
.btmtble { 
	padding: 15px 13px 12px 31px;
	clear:both;
	}
.c_shp_btn { 
	float:left;
	}
.c_shp_btn > a {
	background: none repeat scroll 0 0 #00A0E1;
	display: block;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 400;
	padding:11px 15px 11px 15px;
	border-radius: 4px;
	}
.c_qun_btn { 
	float:left;
	 margin-left: 218px;
	}
.c_qun_btn a{ 
	background:#46b304;
	display: block;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 400;
	padding:11px 15px 11px 15px;
	border-radius: 4px;
	}
.c_Upd_btn { 
	float:left;
	margin-left: 9px;
	}
.c_Upd_btn a{ 
	background:#46b304;
	display: block;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 400;
	padding:11px 15px 11px 15px;
	border-radius: 4px;
	}
.c_Upd_img {
	float: left;
	margin:6px 0 0 10px;
	border: none;
	}	
.settitle{
        border-bottom: none;
padding-bottom: 0px;
text-decoration:none;
}
								
/************s_ custom css end***************/






















