﻿/* Cameraciti Website CSS Document Created By Development Team */
body {
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background: transparent url('../images/main-bg.jpg') repeat fixed left top;
}
h1, h2, h3, h4, h5, h6, div, form {
	margin: 0;
}
p {
	margin: 1em 0;
}
.pbot {
	margin-bottom: 0em;
}
.ptop {
	margin-top: 0em;
}
.pno {
	margin: 0;
}
.fr {
	float: right;
	margin-left: 10px;
}
.fl {
	border-width: 0px;
	float: left;
		margin-right: 10px;
}
.imgbr {
	border: 1px solid #cccccc;
}
.icon {
	border: 0;
	margin: 0 8px 0 0;
	padding: 0;
}
.hr {
	border: 0;
	background-color: #8d7b6d;
	color: #8d7b6d;
	height: 1px;
	padding: 0;
}

.brtop {
	border-bottom:1px solid #cccccc;
}
.break {
	background: transparent url('../images/break.gif') repeat-x scroll left center;
	height: 25px;
}

.vspace5{
	height:5px;
}
.vspace10{
	height:10px;
}
.vspace15{
	height:15px;
}
/* >>>>>>>>>>>>>>> Local Navigation >>>>>>>>>>>>>>> */
.globalnav {
	text-align: right;
}
.globalnav ul {
	margin: 0;
	padding: 0;
}
.globalnav li {
	list-style-type: none;
	float: right;
	border-right: 1px solid #38454D;
	margin: 5px 0;
	padding: 0px 8px;
}
.globalnav a {
	display: block;
	color: #38454D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	text-decoration: none;
}
.globalnav a:hover {
	color: #38454D;
	text-decoration: underline;
}
.globalnav li.last {
	border-right: 0;
}
/* >>>>>>>>>>>>>>>>> product Navigation >>>>>>>>>>>>>>>>> */
.homenav {
	padding: 0 12px;
}
.product {
	margin: 0;
	padding: 0 10px;
}
.producthead {
	color: #38454D;
	font-size: 22px;
	font-weight: normal;
	font-family: Georgia;
	padding: 0 0 5px 0;
}
#navbox ul {
	text-align: left;
	padding: 0;
	margin: 0;
}
#navbox li {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 25px;
	background: transparent url(../images/icon-camera.gif) no-repeat scroll left 6px;
	color: #38454D;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	text-transform: uppercase;
	border-bottom: 1px solid #DAE2EF;
}
#navbox li a {
	text-decoration: none;
	color: #38454D;
}
#navbox li a:hover {
	text-decoration: underline;
	color: #1A6DB3;
}
#navbox li.last {
	border-bottom: 0;
}
/* >>>>>>>>>>>>>>>>> Body Layout >>>>>>>>>>>>>>>>> */
#main {
	width: 960px;
	margin: 0 auto;
}
.cont-bg {
	background: #e2f2ff url('../images/body-bg.gif') repeat-x scroll left top;
}
/* >>>>>>>>>>>>>>>>>>>>>>>> Nav Box >>>>>>>>>>>>>>>>>>>>>>>> */
.nb {
	background-color: #ffffff;
}
.nbtl, .nbtr, .nbbl, .nbbr {
	width: 26px;
	height: 22px;
}
.nbtl {
	background: transparent url('../images/nbox-top-left.gif') no-repeat scroll left top;
}
.nbtr {
	background: transparent url('../images/nbox-top-right.gif') no-repeat scroll left top;
}
.nbbl {
	background: transparent url('../images/nbox-bot-left.gif') no-repeat scroll left top;
}
.nbbr {
	background: transparent url('../images/nbox-bot-right.gif') no-repeat scroll left top;
}
/* >>>>>>>>>>>>>>>>>>>>>>>> Box >>>>>>>>>>>>>>>>>>>>>>>> */
.cbox {
	border: 1px solid #c0c5c7;
	background-color: #ffffff;
	padding: 10px;
	vertical-align: top;
}

.box {
	border: 1px solid #c0c5c7;
	background-color: #ffffff;
	padding: 14px;
	width: 154px;
	vertical-align: top;
}
.box-img {
	text-align: center;
	padding-bottom: 10px;
}
.box-disc {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
.box-disc ul {
	padding: 10px 0 0 0;
	margin: 0;
}
.box-disc ul li {
	list-style-type: none;
	padding: 0 0 4px 0px;
	color: #38454d;
	font-size: 10px;
	line-height: 13px;
}
.prdname {
	font-size: 11px;
	color: #1a6db3;
	font-family: tahoma;
}
.prdname a {
	color: #1a6db3;
	text-decoration: none;
}
.prdname a:hover {
	color: #1a6db3;
	text-decoration: underline;
}

.special {
	font-weight: bold;
	color: #ca133d;
}
.prodisc {
	font-family: Tahoma;
	color: #38454d;
	margin-top: 5px;
	font-size: 10px;
	line-height: 16px;
	height: 110px;
	overflow:hidden;
}
.moreinfo {
	width: 154px;
	margin-top: 10px;
}
.moreinfo .price {
	width: 100px;
	float: left;
}
.moreinfo .price span {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ca133d;
}
.moreinfo .carts {
	width: 54px;
	float: left;
}
.moreinfo .carts img {
	float: right;
	border: 0;
	margin-left:9px;
}
.clear {
	clear: both;
	padding: 0;
}
/* >>>>>>>>>>>>>>>>>>>>>>>> Pagination >>>>>>>>>>>>>>>>>>>>>>>> */
.pagination {
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
}
.pagination ul {
	margin: 0;
	padding: 0;
	text-align: right; /*Set to "right" to right align pagination interface*/;
	font-size: 16px;
}
.pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}
.pagination a, .pagination a:visited {
	padding: 1px 5px;
	border: 1px solid #9aafe5;
	text-decoration: none;
	color: #2e6ab1;
	font-size:11px;
}
.pagination a:hover, .pagination a:active {
	border: 1px solid #2b66a5;
	color: #ffffff;
	background-color: #1477ba;
}
.pagination a.currentpage {
	background-color: #1477ba;
	color: #FFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}
.pagination a.disablelink, .pagination a.disablelink:hover {
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}
.pagination a.prevnext {
	font-weight: bold;
}
/* >>>>>>>>>>>>>>>>>>>>>>>> Main Navigation >>>>>>>>>>>>>>>>>>>>>>>> */
.mainnav {
	margin: 0;
	padding: 0;
	background: #C40B34 url('../images/nav-bg.gif') repeat-x scroll left top;
	height: 40px;
}
/* >>>>>>>>>>>>>>>>> Product Details Discription >>>>>>>>>>>>>>>>> */

.pro-det-dis {
	font-family: Arial, Helvetica, sans-serif;
}
.pro-det-dis ul{
	padding: 10px 0 0 0;
	margin: 0;
}
.pro-det-dis li {
	list-style-type: none;
	padding:0 0 0 22px;
	margin:0 0 5px 0;
	color: #38454d;
	font-size: 11px;
	line-height: 15px;
	background:transparent url('../images/bg_Sprites_repeat.gif') no-repeat scroll 0px -1074px;
}

/* >>>>>>>>>>>>>>>>> Bread Crumb >>>>>>>>>>>>>>>>> */
.breadcrumb {
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #38454D;
	font-family: Tahoma;
	font-size: 11px;
	border-bottom: 1px solid #a0d2fd;
}
.breadcrumb a, .breadcrumb a:visited {
	font-weight: bold;
	color: #38454D;
	text-decoration: none;
}
.breadcrumb a:active, .breadcrumb a:hover {
	color: #38454D;
	text-decoration: underline;
}
.breadcrumb .active {
	color: #1a6db3;
	font-weight: normal;
}
.catg-head {
	padding: 0;
}
.catg-name {
	color: #38454D;
	font-family: Georgia;
	font-size: 25px;
	font-weight: normal;
	line-height: 28px;
}
.sortby {
	padding: 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #38454D;
}
.sortby select {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
}
/* >>>>>>>>>>>>>>>>> Product Details >>>>>>>>>>>>>>>>> */

.price-details{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	color:#363636;
}

.price-details a{
	color:#363636;
	text-decoration:none;
}
.price-details a:hover{
	color:#1A6DB3;
	text-decoration:underline;
}

.larger{
	background:transparent url('../images/bg_Sprites_repeat.gif') no-repeat scroll -15px -1661px;
	padding-left:20px;
}

.moreimg{
	background:transparent url('../images/bg_Sprites_repeat.gif') no-repeat scroll 0px -1252px;
	padding-left:20px;
}
.spec-tbl{
	border-collapse:collapse;
	border-top:2px solid #a0a0a0;
	font-size:12px;
}

.spec-tbl td{
	border-bottom:1px solid #e2e1e1;
	padding:5px 14px 5px 10px;
}

.col_group {
	background:#f2f2f2 none repeat scroll 0 0;
	border-bottom:1px solid #e2e1e1;
	color:#333333;
	vertical-align:top;
}

/* >>>>>>>>>>>>>>>>> Content Styles >>>>>>>>>>>>>>>>> */
.img {
	margin: 1px 1px 1px 0;
	padding: 1px;
	border: 1px solid #21060b;
}
.pgtitle {
	font-size: 24px;
	color: #1a6db3;
	font-weight: lighter;
	line-height: normal;
	padding-bottom:10px;
}

.subpgtitle {
	font-size: 16px;
	color: #1a6db3;
	font-weight:bold;
	line-height: 22px;
}

.proname {
	font-size: 16px;
	color: #1a6db3;
	font-weight: bold;
	line-height: normal;
	padding-bottom:10px;
}

.proname1 {
	font-size: 12px;
	color: #2b4e62;
	font-weight: bold;
	line-height: normal;
	padding-bottom:10px;
}

.title {
	font-family: times new roman;
	font-size: 14px;
	color: #ffffff;
	font-weight : bold;
}
a.title:link, a.title:visited {
	color : #ffffff;
	font-weight: bold;
	text-decoration : none;
}
a.title:active, a.title:hover {
	color : #e93f26;
	text-decoration : underline;
}

.subtitle {
	font-family: Georgia;
	font-size: 13px;
	color: #F84D77;
	font-weight: bold;
	line-height: 17px;
}
a.subtitle:link, a.subtitle:visited {
	color : #F84D77;
	font-weight: bold;
	text-decoration : none;
}
a.subtitle:active, a.subtitle:hover {
	color : #F84D77;
	text-decoration : underline;
}

.subtitle1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F84D77;
	font-weight: bold;
	line-height: 22px;
}
a.subtitle1:link, a.subtitle1:visited {
	color : #F84D77;
	font-weight: bold;
	text-decoration : none;
}
a.subtitle1:active, a.subtitle1:hover {
	color : #F84D77;
	text-decoration : underline;
}

.subtitle2{
	font-size: 13px;
	color: #1a6db3;
	font-weight: bold;
	line-height: normal;
	padding-bottom:10px;
}

.homebody {
	font-family:"Trebuchet MS";
	font-size: 13px;
	color: #2b4e62;
	line-height: 20px;
}
a.homebody:link, a.homebody:visited {
	color : #ffffff;
	font-weight: bold;
	text-decoration : none;
}
a.homebody:active, a.homebody:hover {
	color : #e93f26;
	text-decoration : underline;
}
.body {
	font-family:"Trebuchet MS";
	font-size: 13px;
	color: #2b4e62;
	line-height: 18px;
}
a.body:link, a.body:visited {
	color : #2b4e62;
	text-decoration : underline;
}
a.body:active, a.body:hover {
	color : #e93f26;
	text-decoration : underline;
}
.body1 {
	font-family: times new roman;
	font-size: 24px;
	color: #ffffff;
	font-style: italic;
	line-height: 14px;
}
.body1:a {
	color : #21060b;
	text-decoration : Underline;
}
.body1:a:hover {
	color : #a31917;
	text-decoration : Underline;
}
.nav {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	color: #c78d39;
	font-weight : bold;
}
.nav a {
	color : #c78d39;
	font-weight: bold;
	text-decoration : none;
}
.nav a:hover {
	color : #e93f26;
	text-decoration : none;
}
.more {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #F84D77;
	text-align: right;
}
.more a, .more a:visited {
	color: #F84D77;
	text-decoration : none;
}
.more a:active, .more a:hover {
	color : #F84D77;
	text-decoration : underline;
}
.morelink {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2B4E62;
	text-align: right;
}
.morelink a, .morelink a:visited {
	color: #2B4E62;
	text-decoration : none;
}
.morelink a:active, .morelink a:hover {
	color: #C40B34;
	text-decoration : none;
}

.viewmore {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #166499;
	text-align: right;
	padding-top:10px;
}
.viewmore a, .viewmore a:visited {
	color: #166499;
	text-decoration : underline;
}
.viewmore a:active, .viewmore a:hover {
	color: #F84D77;
	text-decoration : underline;
}

.wboxtl {
	background: transparent url('../images/wbox-lt.gif') no-repeat scroll left top;
	width: 7px;
	height: 7px;
	overflow: hidden;
}
.wboxtr {
	background: transparent url('../images/wbox-rt.gif') no-repeat scroll left top;
	width: 7px;
	height: 7px;
	overflow: hidden;
}
.wboxbl {
	background: transparent url('../images/wbox-lb.gif') no-repeat scroll left top;
	width: 7px;
	height: 7px;
	overflow: hidden;
}
.wboxbr {
	background: transparent url('../images/wbox-rb.gif') no-repeat scroll left top;
	width: 7px;
	height: 7px;
	overflow: hidden;
}
.wb {
	background-color: #ffffff;
}
.prodbox {
	padding: 0;
	height: 215px;
}
.prodbox h3 {
	padding: 5px 0;
}
.prodbox p {
	margin: 0.5em 0 0 0;
	font-size: 11px;
	line-height: 15px;
	color: #657C82;
	font-family: Arial, Helvetica, sans-serif;
}
/* >>>>>>>>>>>>>>> Brands List >>>>>>>>>>>>>>> */
.brands{
	padding:10px 0 0 0;
}

.brandslist{
	float:left;
	width:108px;
	margin:0 3px;
	text-align:center;
}

.brandslist a, .brandslist a:visited{
	color:#38454d;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}
.brandslist a:hover, .brandslist a:active{
	color:#1a6db3;
	text-decoration:underline;
}

/* >>>>>>>>>>>>>>> Bullet List >>>>>>>>>>>>>>> */
.clist {
	font-family:"Trebuchet MS";
	font-size: 13px;
	color: #2b4e62;
	margin: 0px;
	padding:0 0 5px 20px;
}
.clist li {
	background:transparent url('../images/blt-red.gif') no-repeat scroll left 6px;
	padding: 0px 0px 3px 15px;
	margin: 0px;
	line-height: 18px;
	list-style-type:none;
}
.clist a {
	color: #2b4e62;
	text-decoration: none;
}
.clist a:hover {
	color: #a31917;
	text-decoration: Underline;
}

/* >>>>>>>>>>>>>>> Footer Style >>>>>>>>>>>>>>> */
.footer {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #7d8b94;
}
.footer a {
	color: #7d8b94;
	text-decoration : none;
}
.footer a:hover {
	color : #7d8b94;
	text-decoration : underline;
}
.footernav {
}
.footernav ul {
	margin: 0;
	padding: 0;
}
.footernav li {
	list-style-type: none;
	float: left;
	border-right: 1px solid #7D8B94;
	margin: 0;
	padding: 0px 9px;
}
.footernav a {
	display: block;
	color: #7D8B94;
	font-size: 11px;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	line-height: 12px;
	text-decoration: none;
}
.footernav a:hover {
	color: #7D8B94;
	text-decoration: underline;
}
.footernav li.last {
	border-right: 0;
	padding-right: 0;
}
.footertxt {
	color: #7D8B94;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}

.footertxt a {
	color: #7D8B94;
	font-size: 10px;
	font-family: "Trebuchet MS";
	line-height: 12px;
	text-decoration: none;
}
.footertxt a:hover {
	color: #7D8B94;
	text-decoration: underline;
}

.foot-banner {
	border-bottom: 1px solid #DAE2EF;
}
/* >>>>>>>>>>>>>>> Forms Style >>>>>>>>>>>>>>> */
form#search {
	margin: 0;
	padding: 0;
}
.search-lbl {
	float:left;
	color: #ffffff;
	font-size: 12px;
	margin: 8px 10px 0 0;
	width: 42px;
}
.searchbox {
	float: left;
	width: 215px;
	background-color: #FFFFFF;
	height:24px;
}
.txtform {
	float: left;
	border: 1px solid #ffffff;
	background-color: #F3CAD4;
	width: 180px;
	height: 19px;
	color: #2b4e62;
	padding: 3px 3px 0 3px;
}
.search-btn {
	margin-top: 2px;
}
.input {
	padding: 0px;
	width: 200px;
	height: 18px;
	border: 1px solid #000000;
	background-color: #836133;
	font-size: 11px;
	color: #ffffff;
	font-family: Arial, Helvetica, Sans-serif;
}
.inputphone {
	padding: 0px;
	width: 57px;
	height: 18px;
	border: 1px solid #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-serif;
}
.select {
	padding: 0px;
	width: 200px;
	height: 18px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
}
.textarea {
	width: 200px;
	height: 30px;
	padding: 0px;
	border: 1px solid #000000;
	background-color: #836133;
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-serif;
}
.textarea1 {
	width: 200px;
	height: 60px;
	padding: 0px;
	border: 1px solid #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-serif;
}
.button {
	height: 20px;
	width: 65px;
	background-color: #836133;
	border: 1px solid #000000;
	color: #ffffff;
	font-size: 11px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-seri1f;
}
 /* Pager */
       
.pager {
float: left;
padding: 10px;
text-align: center;
}
.pager a, .pager a:link, active, visited {
color: #CE0303;
display: inline-block;
font: bold 12px Arial, Helvetica, sans-serif;
text-align: center;
cursor: pointer;
padding: 3px 5px;
margin: 0 10px;
text-decoration: none;
border: 1px solid #DFDFDF;
}
.pager a:hover {
color: #ed0c6e;
text-decoration: none;
border: 1px solid #CE0303;
}
.pager span {
color: #FFF;
display: inline-block;
font: bold 12px Arial, Helvetica, sans-serif;
text-align: center;
padding: 3px 5px;
margin: 0 10px;
background-color: #CE0303;
}
.pager a.active:hover {
color: #ed0c6e;
border: 1px solid #CE0303;
}

/********************Header strip*******************/
.header{
	background:#2e90d6 url('../images/header-bg.gif') repeat-y scroll left top;
}

.panner-strip{
	margin:0;
	padding:0;
	background:transparent url('/images/inner-hd-strip.gif') no-repeat scroll left top;
	text-align: left;
	width: 690px;
}

.panner{
	padding:15px 10px 15px 0;
	display:block;
}

#slideshow {
    position:relative;
    height:250px;
    padding:0;
    margin:0;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}