/**{
	/* Resetting the default styles of the page */
/*	margin:0;
	padding:0;
}*/

/*body{
	/* Setting default text color, background and a font stack */
/*	font-size:0.825em;
	color:#666;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}*/

/* The todo items are grouped into an UL unordered list */

tbody.todoList{
	margin:0 auto;
	
	position:relative;
}

tbody.todoList tr{
	background-color:#F9F9F9;
	border:1px solid #EEEEEE;
	list-style:none;
	margin:6px;
	padding:6px 9px;
	position:relative;
	cursor:n-resize;

	/* CSS3 text shadow and rounded corners: */
	
	text-shadow:1px 1px 0 white;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

tbody.todoList tr:hover{
	border-color:#9be0f9;
	
	/* CSS3 glow effect: */
	-moz-box-shadow:0 0 5px #A6E5FD;
	-webkit-box-shadow:0 0 5px #A6E5FD;
	box-shadow:0 0 5px #A6E5FD;
}

.todo .name{
	color:#777777;
	font-size:1.4em;
	font-weight:bold;
}
.todo .desc{
	color:#777777;
	font-size:1.4em;
}
.todo .req{
	color:#777777;
	font-size:1.4em;
}
.todo .need{
	color:#777777;
	font-size:1.4em;
}
.todo .price{
	color:#777777;
	font-size:1.4em;
}

.todo .item_image{
	/*position:relative;
	width:50px;
	height:50px;*/
}
.todo .item_image a{
	/*display:block;
	width:50px;
	height:50px;
	overflow:hidden;
	float:left;
	text-indent:-9999px;
	margin:3px;*/
}

.todo .item_image_img{
	width:75px;
	height:75px;
	margin:3px;
}

/*
.todo .item_image a.add{
	background:url("/img/add.png") no-repeat center center;
}*/

/* The edit and delete buttons */
	
.todo .actions{
	position:relative;
	right:7px;
	top:6px;
}

.todo .actions a{
	display:block;
	width:16px;
	height:16px;
	overflow:hidden;
	float:right;
	text-indent:-9999px;
	margin:3px;
}

.todo .actions a.edit{
	background:url("../img/edit.png") no-repeat center center;
}

.todo .actions a.delete{
	background:url("../img/delete.png") no-repeat center center;
}



/* The edit textbox */

.todo input{
	border:1px solid #CCCCCC;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.725em;
	padding:3px 4px;
	width:100px;
}
.todo textarea{
	border:1px solid #CCCCCC;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.725em;
	padding:3px 4px;
	width:200px;
	height:80px;
}
/* The Save and Cancel edit links: */

.editTodo{
	display:inline;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.8em;
	padding-left:9px;
}

.editTodo a{
	font-weight:bold;
}

a.discardChanges{
	color:#C00 !important;
}

a.saveChanges{
	color:#4DB209 !important;
}


/* The List items are grouped into a table unordered list */

tbody.itemList{
	margin:0 auto;
	position:relative;
}

tbody.itemList tr{
	background-color:#F9F9F9;
	border:1px solid #EEEEEE;
	list-style:none;
	margin:6px;
	padding:6px 9px;
	position:relative;

	/* CSS3 text shadow and rounded corners: */
	
	text-shadow:1px 1px 0 white;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

tbody.itemList tr:hover{
	border-color:#9be0f9;
	
	/* CSS3 glow effect: */	
	box-shadow:0 0 5px #A6E5FD;
	-moz-box-shadow:0 0 5px #A6E5FD;
	-webkit-box-shadow:0 0 5px #A6E5FD;

}
.itemList .item{
	width:250px;
	padding-right:30px;
}
.itemList .name{
	color:#777777;
	font-size:1.4em;
	font-weight:bold;
}
.itemList .desc{
	color:#777777;
	font-size:1.4em;
}
.itemList .req{
	color:#777777;
	font-size:1.4em;
}
.itemList .need{
	color:#777777;
	font-size:1.4em;
}
.itemList .price{
	color:#777777;
	font-size:1.4em;
}

.itemList .item_image_img{
	width:75px;
	height:75px;
	margin:3px;
}

.itemList .actions{
	position:relative;
	right:7px;
	top:6px;
}

.itemList .actions a{
	width:88px;
	height:34px;	
	margin:3px;
	display:block;
	overflow:hidden;
	float:right;
	text-indent:-9999px;

}

.itemList .actions a.addtocart{
	background:url("../img/addtocart3.png") no-repeat center center;
	background-size:88px 34px 3px;
}

tbody.itemShowList tr{
	background-color:#F9F9F9;
	border:1px solid #EEEEEE;
	list-style:none;
	margin:6px;
	padding:6px 9px;
	position:relative;

	/* CSS3 text shadow and rounded corners: */
	
	text-shadow:1px 1px 0 white;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border-color:#9be0f9;
	/* CSS3 glow effect: */	
	box-shadow:0 0 5px #A6E5FD;
	-moz-box-shadow:0 0 5px #A6E5FD;
	-webkit-box-shadow:0 0 5px #A6E5FD;
}

tbody.itemTotal tr{
	background-color:#9be0f9;
	border:1px solid #EEEEEE;
	list-style:none;
	margin:6px;
	padding:6px 9px;
	position:relative;

	/* CSS3 text shadow and rounded corners: */
	
	text-shadow:1px 1px 0 white;
	
		-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border-color:#9be0f9;
	/* CSS3 glow effect: */	
	box-shadow:0 0 5px #A6E5FD;
	-moz-box-shadow:0 0 5px #A6E5FD;
	-webkit-box-shadow:0 0 5px #A6E5FD;
}

.listContact {
	background-color:#F9F9F9;
	border:1px solid #EEEEEE;
	list-style:none;
	margin:6px;
	padding:6px 9px;
	position:relative;
	float:left;

	/* CSS3 text shadow and rounded corners: */
	
	text-shadow:1px 1px 0 white;
	
		-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border-color:#9be0f9;
	/* CSS3 glow effect: */	
	box-shadow:0 0 5px #A6E5FD;
	-moz-box-shadow:0 0 5px #A6E5FD;
	-webkit-box-shadow:0 0 5px #A6E5FD;
}
.listBuyer {
	background-color:#F9F9F9;
	border:1px solid #EEEEEE;
	list-style:none;
	margin:6px;
	padding:6px 9px;
	position:relative;
	float:middle;

	/* CSS3 text shadow and rounded corners: */
	
	text-shadow:1px 1px 0 white;
	
		-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border-color:#9be0f9;
	/* CSS3 glow effect: */	
	box-shadow:0 0 5px #A6E5FD;
	-moz-box-shadow:0 0 5px #A6E5FD;
	-webkit-box-shadow:0 0 5px #A6E5FD;
}

/* Overwriting some of the default jQuery UI styles */

.ui-button,.ui-dialog-titlebar{
	font-size:0.72em !important;
}

#dialog-confirm{
	display:none;
	font-size:0.9em;
	padding:1em 1em 0;
}

#dialog-img{
	display:none;
	font-size:0.9em;
	padding:1em 1em 0;
}

#addButton{
	margin:20px auto;
}


/* Green button class: */

a.green-button,
a.green-button:visited{
	color:black;
	display:block;
	font-size:10px;
	font-weight:bold;
	height:15px;
	padding:6px 5px 4px;
	text-align:center;
	width:60px;
	
	text-shadow:1px 1px 1px #DDDDDD;
	background:url("../img/button_green.png") no-repeat left top;
}

a.green-button:hover{
	text-decoration:none;
	background-position:left bottom;
}

#waiting {
	color: #767676;
	text-align: center;
}

/* The styles below are only necessary for the styling of the demo page: */
/*
#main{
	position:relative;
	margin:0 auto;
	width:960px;
}

h1{
	padding:30px 0;
	text-align:center;
	text-shadow:0 1px 1px white;
	margin-bottom:30px;
	background-color:#f8f8f8;
	font-size:26px;
}

h1,h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}

h2{
	font-size:14px;
	font-weight:normal;
	text-align:center;
	
	position:absolute;
	right:40px;
	top:40px;
}

.note{
	font-size:12px;
	font-style:italic;
	padding-bottom:20px;
	text-align:center;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}*/

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}