/* Resets 
--------------------------------- */
* {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
}

legend {
	padding: 1.0em 0 0.5em 0;
}

img {
	display: block;
	border: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal inside;
}

p {
	padding: 0 0 0.5em 0;
}

a {
	text-decoration: none 
}
a:hover   { 
	text-decoration: underline 
}

/* --------------------------------------------------------
   Typography
-------------------------------------------------------- */

html {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
}

body {
	font-size: 62.5%;
}

h1 { 
	font-weight: bold; 
	font-size: 1.5em; 
}

h2 { 
	font-weight: bold; 
	font-size: 1.4em; 
}

h3 { 
	font-weight: bold; 
	font-size: 1.25em; 
}

h4 { 
	font-weight: bold; 
	font-size: 1.2em; 
}

legend {
	font-weight: bold; 
	font-size: 1.4em; 
}

label {
	font-weight: bold;
}

table {
	font-size: 1.2em; 
}

th {
	font-weight: bold; 
}

p {
	font-size: 1.2em;
}

.small {
	font-size: 1em;
}
#search-form input,
#search-form select {
	font-size: 1em;
}

/* --------------------------------------------------------
   Color
-------------------------------------------------------- */

/* Style Color
--------------------------------- */

h1,
h2 {
	color: #006; 
}

hr { 
	color: #ccc;
}

legend {
 color: #06f;
}

label,
th,
a {
	color: #09f;
}

input,
textarea,
select {
	border: 1px solid #888;
}

input.button { 
	background-color: #06f;
	border:0;
	color:#fff;
}
input.button:hover {	
	background-color: #09f;
}



/* Style Background
--------------------------------- */

#header  { 
	background: #FFFFFF url(/cms/images/bg/header.gif) no-repeat top left;
}

#nav {
	background: #06f;	
	border-bottom: 1px solid #006;
	border-top: 1px solid #006;
}
#sub-nav,
#search-form {
	background: #fff;
}

/* --------------------------------------------------------
   Layout
-------------------------------------------------------- */

h1 {
	margin: 0 0 0.5em 0;
}

#header  { 
	height: 44px;	
	text-indent: -9999px;
	width: 100%;	
}

#nav {
	float: left;
	height: 2em;
	margin: 1.0em 0 0 0;
	min-width: 664px;
	position: relative;
	width: 100%;
	z-index: 8000;
}
#sub-nav {
	padding: 0.2em 0 0.2em 0.2em;
	position: absolute;
	right: 0;
	top: 0em;
}
#search-form {
	padding: 0.2em 0 0.2em 0.2em;
	position: absolute;
	right: 0;
	top: 2.8em;
}

#section-nav {
	border-bottom: 1px solid #066;
	float:left;	
	min-width: 664px;
	width:100%;
}
#section-nav li {
	display:inline;
}
#section-nav li a {
	line-height: 2em;
	padding: 0 1.4em;
}

#sub-nav a,
#sub-nav img {
	float: left;
	clear: none;
}

#content {
	float: left;
	padding: 0.5em;
	/*width: 615px;*/
}

/* Table Data Layout
--------------------------------- */
table {
	border-collapse: collapse; 
	border: none;
}
th,
td { 
	padding: 2px 5px;
	text-align: left;
}

.navigation td {
	padding:0px 5px;
}

.orderId input {
	width: 28px;
}

.productId input {
        width: 100px;
}

.quantity input {
	width: 28px;
}

.price input {
        width: 100px;
}

#pagination {
	margin: 10px 0;
}
#pagination a {
	padding: 5px;	
}

/* Form Layout
--------------------------------- */
input,
textarea,
select {
	padding: 1px;
}

fieldset div iframe {
	/* width: 580px;  FCK Editor */
}
label {
	display: block;
	margin: 0 0 0.1em 0;
}
input.button { 
	cursor: pointer;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 2px;
}

#contact-details {
	left: 640px;
	position: absolute;
	top: 128px;
}

#options {
	left:640px;
	position:absolute;
	top:760px;
}


#address-details {
	left: 640px;
	position: absolute;
	top: 400px;
}
#select-category {
	margin-right: 4px;
}
#productPrice {
	left: 280px;
	position: absolute;
	top: 109px;
}
#productCategories {
	left: 520px;
	position: absolute;
	top: 109px;
}
#productStatus {
	left: 520px;
	position: absolute;
	top: 400px;
}

#productStyle input {
	margin: 10px 10px 0 0;
}


/* Additional Product and Category Options
--------------------------------- */

.fieldTitle {
	float: left;
	width: 180px;
}

.fieldType {

}

#fields div {
	margin: 10px 0;
}

#fields div,
.option span,
#addField,
.addOption {
	float: left;
	clear: left;
}


/* --------------------------------------------------------
   Menu
-------------------------------------------------------- */

/* Menu Appearance
--------------------------------- */
ul.slidingmenu {
}

ul.slidingmenu ul {
}

ul.slidingmenu li {
	background: #06f;
	text-align: center;
}

ul.slidingmenu a {
	color: #fff;
	background: #06f;
	font-size: 1.4em;
	text-decoration: none;
}

ul.slidingmenu a.subheader {
	background: #06f; /* Menu items with items below them */
}

ul.slidingmenu a:hover {
	background: #09f;
	color: #fff;	
	text-decoration: none;
}

/* Menu Layout
--------------------------------- */

/* remove standard HTML list indenting, and display as normal blocks */
ul.slidingmenu,
ul.slidingmenu ul,
ul.slidingmenu li,
ul.slidingmenu a { 
	padding: 0;
	margin: 0;
	display: block;
}

ul.slidingmenu {	
}

/* use a fixed width for menu and submenus */
ul.slidingmenu ul {
	border: solid 1px #006;
}

/* make li's into clean, moveable blocks */
ul.slidingmenu li {
	float: left;
	clear: none;  
	position: relative;
}

/* Make list items do what they're supposed to in IE */
ul.slidingmenu a {	
	line-height: 1.4em;	
	padding: 0 1em;
}

/* make sure any ul inside an li (a submenu) takes up zero normal flow */
ul.slidingmenu ul {   
	display: none;
	position: absolute;
	left: 0;
	top: 2.1em; /* the height of the top border */
	width: 140px;
	z-index: 9999;
}

ul.slidingmenu li ul li {
	float: left;
	clear: both;  
}

ul.slidingmenu li ul li a {
	padding: 0 10px;
	text-align: left;
	width: 120px;  
}





#response {
	color: orange;
	font-size: 1.2em;
	left: 200px;
	position: absolute;
	top: 20px;	
}

.styleMedia {
	float:left;
	height:80px;
	width:200px;
}
