/*
Theme Name: Easy Net
*/

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;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: #E4EEF2;
	font-family: sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

b {font-weight: bold;}

/* 960 Grid */

*{margin:0;padding:0;}
.grid_1 {width:60px;}
.grid_2 {width:140px;}
.grid_3 {width:220px;}
.grid_4 {width:300px;}
.grid_5 {width:380px;}
.grid_6 {width:460px;}
.grid_7 {width:540px;}
.grid_8 {width:620px;}
.grid_9 {width:700px;}
.grid_10 {width:780px;}
.grid_11 {width:860px;}
.grid_12 {width:940px;}

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.wrapper {margin: auto; width: 960px; background: #fff;}

.logo {margin-top: 10px; margin-bottom: 10px;}
.logo img {width: 350px;}

/*Main Menu*/
.nav {background: #fff;margin-bottom: 10px;height: 45px;}
.nav ul {list-style:none;}
.nav ul li {float:left;}
.nav ul li a{padding: 17px 20px 12px 20px;color: #333;text-decoration: none;display: block;font-size: 13px;font-weight: bold;}
.nav ul li a:hover {background: #F5F5F5;border-bottom: 3px solid #DD3333;}

.copyright {text-align: center; color: #969696; font-size: 13px; padding-bottom: 10px; padding-top: 10px; background: #fff; line-height: 15px; margin-top: 10px;}

.total  {
		float: right;
		font-size: 15px;
		color: #333333;
		border-width: 1px;
		border-color: #666666;
		border-collapse: collapse;
		margin-top: 10px;
		}
.total  td {
		border-width: 1px;
		padding: 5px;
		border-style: solid;
		border-color: #666666;
		background-color: #ffffff;
		font-size: 13px;
		height: 15px;
		width: 176px;
		}

.cart {
float: right;
    font-size: 13px;
    margin-top: 35px;
    text-align: right;
    width: 100px;}	
.cart a {text-decoration: none;}	
.accept {text-align: right; margin-top: 10px; margin-bottom: 10px; font-size: 13px; color: #333;}

.button{
    padding: 3px 12px 3px 12px;
    background: #66C1E4;
    border: none;
    color: #FFF;
}
.result
{
  background-color: #66c1e4;
    padding: 5px;
    position: fixed;
    right: 121px;
    top: 192px;
    width: 80px;
}		

/* Elegant Aero */
.elegant-aero {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	margin-bottom: 10px
}

.elegant-aero label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}
.elegant-aero label {
    display: block;
}
.elegant-aero label>span {
    float: left;
    width: 75px;
    text-align: right;
    padding-right: 15px;
    margin-top: 10px;
    font-weight: bold;
}
.elegant-aero input[type="text"], .elegant-aero input[type="email"], .elegant-aero textarea, .elegant-aero select {
    color: #888;
    width: 140px;
    padding: 0px 0px 0px 5px;
    border: 1px solid #C5E2FF;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow:inset 0px 1px 6px #ECF3F5;
    box-shadow: inset 0px 1px 6px #ECF3F5;
    font: 200 12px/25px Arial, Helvetica, sans-serif;
    height: 30px;
    line-height:15px;
    margin: 2px 6px 16px 0px;
}
.elegant-aero textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 70%;
}
.elegant-aero select {
    background: #fbfbfb url('down-arrow.png') no-repeat right;
    background: #fbfbfb url('down-arrow.png') no-repeat right;
    text-indent: 0.01px;
    text-overflow: '';
    width: 175px;
}
.elegant-aero .button{
    padding: 10px 30px 10px 30px;
    background: #66C1E4;
    border: none;
    color: #FFF;
}



#pagination {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 20px;
}

#pagination a {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

#pagination a:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

#pagination a.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}
