@import url(include/header.css);
@import url(include/footer.css);
@import url(include/side-bar.css);
@import url(navigation.css);
@import url(table.css);
@import url(pager.css);
/*
    $Id: main-print.css,v 1.1 2008/02/15 10:10:54 vu.ton Exp $
*/
 
body {
	font-family: Arial;
	font-size: .8em;
    margin: 0px;
    padding: 0px;
}
textarea {
    font-family: Arial;
	font-size: 1em;
}
input {
    font-family: Arial;
	font-size: 1em;
}

table {
    font-size: 1em;
}

hr.MainSectionDivider {
    display: none;
}
h5 {
	font-size: 1em;
}
h3 {
	font-size: 1.2em;
}
*.JavascriptCommand {
    cursor: hand;
    cursor: pointer;
}

/* Content section */
div#pageBody {
	min-width: 780px;
	padding-bottom: 3em;
	
}
div#content {
    margin: 0px 10px;
  	height: auto;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	width: 980px;
}
div#content div#contentEnding {
    clear: both;
}
/* Main Content */
div#mainContent {
	padding-top: .2em;
}
div#MainContentNoHeader{
	margin-left: 15px;
	padding-top: .2em;
}
div#MainContentNoHeader div.Title h3 {
	color: #c9c9c9;
}
div#mainContent div.TitleCatalogue h3 {
	margin-top: 0px;
	padding: .3em 0em;
	height: 1.4em;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	display: block;
	margin: 0em;
	padding-bottom: .1em;
}

div.CommandWrapper {
    margin-top: 10px;
    text-align: right;
    background-image: url("");
    background-repeat: no-repeat;
    empty-cells: show;
}
div.CommandWrapper input.Button {
    font-weight: bold;
    font-size: .98em;                                            
}
label {
    font-weight: bold;
}

div.Title h3{
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
}
div.Title p {
    margin-top: 0px;
}

form div.Entry {
    margin-top: 10px;
}
form .EntryRequired .RequireMark {
    display: none;
}
form .EntryRequired label span {
	background-image: url("images/required.gif");
	background-repeat: no-repeat;
	background-position: right;
	height: 1em;
	padding-right: .8em;
}
form div.EntryMessage label.Message {
    width: auto !important;
}
form div.EntryMessage label.Message span.AccessKeyMark {
    text-decoration: underline;
}
div.CommandWrapper {
    text-align: right;
    margin-top: 10px;
}
div.Clear {
    clear: both;
}
div ul.Error {
    margin: 0px;
    padding: 0px;
    margin-left: 5em;
}
div#mainContent form {
    margin: 0px;
    padding: 0px;
}
div#mainContent .FormInput {
    width: 600px;
}
img {
    border: 0px;
}
span#fieldMarkedRequired {
    display: block;
}
div#printer {
	background-image: url("../images/printer.gif");
	background-repeat: no-repeat;
	background-position: top;
	width: 16px;
	height: 16px;
}
/*Style for icon*/
a.Download {
	background-image: url("../images/download-icon.gif");
	background-repeat: no-repeat;
	background-position: right;
	height: 15px;
	width: 15px;
	padding-left: 15px;
	border-left: none;
}
a.ToBasket {
	background-image: url("../images/basket-icon.gif");
	background-repeat: no-repeat;
	background-position: right;
	height: 15px;
	width: 15px;
	padding-left: 15px;
	border-left: none;
}
a.ToBasket, a.RemoveBasket, a.Download {
	margin-right: 4px;
}

a.ToBasket span,
a.RemoveBasket span,
a.Download span {
	display: none;	
}
a.ToBasket:hover,
a.RemoveBasket:hover,
a.Download:hover {
	text-decoration: none;
	cursor: hand;
    cursor: pointer;
}
a.RemoveBasket {
	background-image: url("../images/basket-remove-icon.gif");
	background-repeat: no-repeat;
	background-position: right;
	height: 15px;
	width: 15px;
	padding-left: 15px;
	border-left: none;
}
div.InsertNewsSideBar {
	margin-top:10px;
	background-color:#EAEAEA;
	border-width:medium 1px;
	width:210px;
}

div.InsertNewsSideBar div.Image {
	float:left;
	width: 210px;
}

