body {
	background-color: #eaeaea;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

a:hover {
	color: #2669E5;
}

input::-webkit-input-placeholder {
	color: #a1b2c3;  
}
input:-moz-placeholder {
    color: #a1b2c3; 
}

.div-main {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	-moz-box-shadow: 0px 0px 4px #5d5d5d;
    -webkit-box-shadow: 0px 0px 4px #5d5d5d;
    box-shadow: 0px 0px 4px #5d5d5d;
}

.div-header {
	height: 80px;
	background: url(../images/header_back.gif) repeat-x;
}

.div-logo {
	float: left;
	padding-left: 27px;
	padding-top: 17px;
}

.div-search {
	float: right;
	position: relative;
	top: 26px;
	right: 26px;
}

.input-search {
	background: #ffffff url(../images/search_icon.png) no-repeat 5px 5px;
	padding: 5px 5px 5px 24px;
	width: 180px;
	outline: none;
	border: none;
	font-size: 8pt; 
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.5), 0 1px 0 rgba(175, 184, 196, 1), 0 -1px 0 rgba(90, 113, 139, 1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.5), 0 1px 0 rgba(175, 184, 196, 1), 0 -1px 0 rgba(90, 113, 139, 1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.5), 0 1px 0 rgba(175, 184, 196, 1), 0 -1px 0 rgba(90, 113, 139, 1);
}

.div-menu {
	height: 42px;
	background: url(../images/menu_back.gif) repeat-x;
}

#main-menu {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#cacdd1));
    background: -moz-linear-gradient(top, #f7f7f7, #cacdd1);
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 0 rgba(118, 122, 127, .3), 0 -1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 0 rgba(118, 122, 127, .3), 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 0 rgba(118, 122, 127, .3), 0 -1px 0 rgba(255, 255, 255, 1);
    margin: 0 0 0 27px;
    padding: 0px;
    display: inline-block;
    list-style: none;
    overflow: hidden;
    width: 970px;
}

#main-menu li {
	float: left;
}

.li-rborder {
	border-right: 1px solid #b5b5b5;
}

#main-menu li a {
	color: #262626;
	display: block;
	font: 14px "Helvetica Neue", "Helvetica", sans-serif;
	height: 39px;
	line-height: 37px;
	padding: 0 30px;
	text-decoration: none;
	text-shadow: 0 1px #ffffff;
	-webkit-transition: all 0.185s linear;
	-moz-transition: all 0.185s linear;
}

#main-menu li a:hover {
	background-color: rgba(0,0,0,.10);
}

#main-menu li ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#main-menu li div {
    position: absolute;
    visibility: hidden;
    z-index: 999;
    min-width: 148px;
	background-color: #eef2f7;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	box-shadow: 0 1px 2px rgba(0,0,0,.6);
}

#main-menu li.hover div {
	visibility: visible;
}

#main-menu li div li {
	float:none;
}

#main-menu li div li a {
	line-height: 27px;
	height: 29px;
}

.div-content {
	padding: 12px 27px 0 27px;
	background: url(../images/content_back.gif) repeat;
}

div#cat-preview {
	position:relative; 
	height: 327px;
	width: 970px;
}

div#cat-preview ul li {
	float:left; 
	position:absolute; 
	list-style: none;
	left: 0px;
	top: 0px;
}

.cat-menu {
	position: relative; 
	height: 162px; 
	top: -58px;
	padding: 0 27px 0 27px;
}

.cat-menu #cat-content {
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.4);
	box-shadow: 0 0 2px rgba(0,0,0,.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cat-menu-img {
	height: 129px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ebeff5), to(#d1dae5));
    background: -moz-linear-gradient(top, #ebeff5, #d1dae5);
}

.cat-menu-txt {
	height: 31px;
	border-bottom: 1px solid #767a7f;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#bec9d7), to(#909eb0));
    background: -moz-linear-gradient(top, #bec9d7, #909eb0);
}

.cat-menu-txt a {
	color: #152b48;
	display: block;
	position: relative;
	font: 14px "Helvetica Neue", "Helvetica", sans-serif;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	top: -9px;
}

.cat-menu-txt #sh-line {
	border-bottom: 1px solid #737982;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 0px rgba(0,0,0,.2), 0 2px 0px rgba(0,0,0,.05);
}

.cat-menu-txt #cat-arrow-cont {
	height: 9px;
	top: -1px;
	position: relative;
}

.cat-menu-txt #cat-arrow {
	left: 50px;
	vertical-align: top;
	position: relative;
}

.content {
	background-color: #eef2f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	box-shadow: 0 1px 2px rgba(0,0,0,.6);
	padding: 7px;
}

.content-header {
	font: 18px "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	text-shadow: 0 1px #ffffff;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

.content-text {
	font: 17px "Helvetica Neue", "Helvetica", sans-serif;
	text-shadow: 0 1px #ffffff;
	color: #7f7f7f;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

.content-text-black {
	font: 17px "Helvetica Neue", "Helvetica", sans-serif;
	text-shadow: 0 1px #ffffff;
	color: #333333;
	font-weight: normal;
	padding: 0px;
	padding-right: 16px;
	margin: 0px;
	margin-bottom: 8px;
	text-indent: 16px;
	text-align: justify;
}

.footer {
	margin-top: 12px; 
	height: 190px;
}

.footer #sitemap,#calculator {
	background-color: #dfe2e7;
	border: 1px solid #93a4ba;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.footer #sitemap {
	float: left; 
	width: 601px; 
	height: 190px;
}

.footer #calculator {
	float: right;
	width: 351px;
	height: 190px;
}

#calculator p {
	font: 12px "Helvetica", "Helvetica Neue", sans-serif;
	color: #44484d;
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 15px;
	line-height: 20px;
	font-weight: bold;
}

.sitemap-bc {
	float: left;
	line-height: 34px;
	padding: 0 10px 0 10px;
}

#sitemap p {
	font: 12px "Helvetica", "Helvetica Neue", sans-serif;
	color: #44484d;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	padding-bottom: 3px;
}

#sitemap a {
	font: 11px "Helvetica", "Helvetica Neue", sans-serif;
	color: #545b60;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	line-height: 15px;
}

#sitemap a:hover {
	color: #2669E5;
}

.sitemap-col {
	float: left;
	padding-left: 45px;
	padding-top: 15px;
}

.footer #calculator img {
	float: right;
	margin-top: 25px;
	margin-right: 30px;
	margin-left: 15px;
}

.footer-cap {
	height: 34px;
	border-bottom: 1px solid #93a4ba;
}

.footer-cap-txt {
	font: 16px "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	text-shadow: 0 1px #ffffff;
	color: #525c69;
	line-height: 34px;
	text-indent: 15px;
}

.footer-cap-bc {
	font: 12px "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	text-shadow: 0 1px #ffffff;
	color: #525c69;
}

.footer-cap #img-home {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 10px;
}

.copyright {
	padding-top: 12px;
	padding-bottom: 22px;
	font: 11px "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	text-shadow: 0 1px #ffffff;
	color: #343a42;
}

.pc-park {
	text-decoration: none; 
	color: black;
}

.div-map {
	text-align: center;
}

.img-map {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	box-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.cat-cable-img {
	vertical-align: top; 
	float: left;
	border: none;
	width: 250px;
	height: 181px;
}
.cat-cable-text {
	font: 14px "Helvetica Neue", "Helvetica", sans-serif;
	text-shadow: 0 1px #ffffff;
	color: #000000;
	font-weight: normal;
	padding: 8px 0 0 0;
	margin: 0 0 0 10px;
	float: left;
	width: 665px;
	height: 179px;
	border: 0px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cat-cable-text p {
	padding: 0px;
	margin: 0px;
}

.cat-cable-text #cat-calbe-subtext {
	padding-left: 15px; 
	text-align: justify;
	color: #4f4f4f;
	font-size: 14px;
}

.cat-link {
	font: 14px "Helvetica", "Helvetica Neue", sans-serif;
	color: #2669e5;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	line-height: 15px;
}

.cat-link:hover {
	color: #0000ff;
}

.div-details {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #b5b5b5;
	margin-right: 15px;
}

#tbl-details {
	background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#tbl-details td {
	border-bottom: 1px solid #b5b5b5;
	height: 25px;
	padding-left: 7px;
}

.td-details-left {
	width: 30%;
	border-right: 1px solid #b5b5b5;
}

.subcat-cable-text {
	font: 14px "Helvetica Neue", "Helvetica", sans-serif;
	text-shadow: 0 1px #ffffff;
	color: #000000;
	font-weight: normal;
	padding: 8px 15px 0 0;
	text-align: justify;
}

.subcat-cable-text #subcat-calbe-subtext {
	text-align: justify;
	color: #4f4f4f;
	font-size: 14px;
	line-height: 20px;
}

.item-cable-brands {
	float: right;
	padding-right: 15px;
	padding-left: 20px;
	width: 200px;
	font: 14px "Helvetica Neue", "Helvetica", sans-serif;
}

.item-cable-order {
	float: right;
	width: 100px;
	height: 32px;
	
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#cacdd1));
    background: -moz-linear-gradient(top, #f7f7f7, #cacdd1);
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 0 rgba(118, 122, 127, .3), 0 -1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 0 rgba(118, 122, 127, .3), 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 0 rgba(118, 122, 127, .3), 0 -1px 0 rgba(255, 255, 255, 1);
}

.item-cable-order a {
	color: #262626;
	display: block;
	font: 14px "Helvetica Neue", "Helvetica", sans-serif;
	height: 32px;
	line-height: 30px;
	padding: 0 30px;
	text-decoration: none;
	text-shadow: 0 1px #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-transition: all 0.185s linear;
	-moz-transition: all 0.185s linear;
	background: url(../images/Shoppingcart_16x16.png) no-repeat 7px 7px;
}

.item-cable-order a:hover {
	background-color: rgba(0,0,0,.10);
}

.cat-iso-img {
	vertical-align: top; 
	float: left;
	border: none;
	width: 177px;
	height: 164px;
}

.brand-link {
	font: 12px "Helvetica", "Helvetica Neue", sans-serif;
	color: #2669e5;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	line-height: 15px;
}

.brand-link:hover {
	color: #0000ff;
}

.item-cable-charact-cap-s {
	background-color: #dfe3e8;
	text-align: center;
	font-size: 10pt;
}

.item-cable-charact-s {
	background-color: #EEF2F7;
	text-align: center;
	font-size: 10pt;
}

.item-cable-charact-cap-ss {
	background-color: #dfe3e8;
	text-align: center;
	font-size: 8pt;
}

.item-cable-charact-ss {
	background-color: #EEF2F7;
	text-align: center;
	font-size: 8pt;
}

.cat-intcon-img {
	vertical-align: top; 
	float: left;
	border: none;
	width: 290px;
	height: 161px;
}

.cat-ktp-img {
	vertical-align: top; 
	float: left;
	border: none;
	width: 180px;
	height: 180px;
}

.item-ktpb-img {
	border: none;
	margin-right: 15px;
}

.storage-item {
	height: 26px;
	padding: 7px 5px 0 5px;
	margin-bottom: 5px;
	background-color: #dfe2e7;
	border: 1px solid #93a4ba;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.storage-btns {
	height: 40px;
	padding-top: 5px;
}

.storage-item-btn {
	float: right;
	height: 32px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#cacdd1));
    background: -moz-linear-gradient(top, #f7f7f7, #cacdd1);
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 0 rgba(118, 122, 127, .3), 0 -1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 0 rgba(118, 122, 127, .3), 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 0 rgba(118, 122, 127, .3), 0 -1px 0 rgba(255, 255, 255, 1);
}

.storage-item-btn a {
	color: #262626;
	display: block;
	font: 14px "Helvetica Neue", "Helvetica", sans-serif;
	height: 32px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-transition: all 0.185s linear;
	-moz-transition: all 0.185s linear;
}

.storage-item-btn a:hover {
	background-color: rgba(0,0,0,.10);
}
